Interactive Demo

This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.

Request

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/online/occupations/35-2014.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-2014.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 48101801,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2014.00/related/tools_used/48101801",
         "title": "Commercial use cutlery",
         "example": [
            "Boning knives",
            "Chefs' knives",
            "Paring knives"
         ]
      },
      {
         "code": 52151702,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2014.00/related/tools_used/52151702",
         "title": "Domestic knives",
         "example": [
            "Cimeter knives",
            "Filet knives",
            "Utility cutlery"
         ]
      },
      {
         "code": 48101517,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2014.00/related/tools_used/48101517",
         "title": "Commercial use ovens",
         "example": [
            "Conveyor ovens",
            "Rotating rack ovens",
            "Salamander ovens"
         ]
      },
      {
         "code": 48101601,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2014.00/related/tools_used/48101601",
         "title": "Commercial use blenders",
         "example": [
            "Blenders"
         ]
      },
      {
         "code": 48101511,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2014.00/related/tools_used/48101511",
         "title": "Commercial use griddles",
         "example": [
            "Griddles"
         ]
      },
      {
         "code": 48101521,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2014.00/related/tools_used/48101521",
         "title": "Commercial use ranges",
         "example": [
            "Wok ranges"
         ]
      },
      {
         "code": 23181602,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2014.00/related/tools_used/23181602",
         "title": "Slicing machinery",
         "example": [
            "Meat and cheese slicing machines"
         ]
      },
      {
         "code": 48101512,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2014.00/related/tools_used/48101512",
         "title": "Commercial use grills",
         "example": [
            "Gas grills"
         ]
      },
      {
         "code": 48101522,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2014.00/related/tools_used/48101522",
         "title": "Commercial use rotisseries",
         "example": [
            "Rotisserie ovens"
         ]
      },
      {
         "code": 48101503,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2014.00/related/tools_used/48101503",
         "title": "Commercial use broilers",
         "example": [
            "Charbroilers"
         ]
      }
   ]
}