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-2015.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 47,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 48101801,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tools_used/48101801",
         "title": "Commercial use cutlery",
         "example": [
            "Boning knives",
            "Chefs' knives",
            "Paring knives",
            "Serrated blade knives"
         ]
      },
      {
         "code": 48101521,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tools_used/48101521",
         "title": "Commercial use ranges",
         "example": [
            "Electric ovens",
            "Electric stoves",
            "Gas ovens",
            "Gas stoves"
         ]
      },
      {
         "code": 52151604,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tools_used/52151604",
         "title": "Domestic strainers or colanders",
         "example": [
            "Colanders",
            "Strainers"
         ]
      },
      {
         "code": 48101524,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tools_used/48101524",
         "title": "Commercial use steamers",
         "example": [
            "Steam kettles",
            "Steamers"
         ]
      },
      {
         "code": 48101606,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tools_used/48101606",
         "title": "Commercial use graters",
         "example": [
            "Fruit zesters",
            "Graters"
         ]
      },
      {
         "code": 48101616,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tools_used/48101616",
         "title": "Commercial use food slicers",
         "example": [
            "Meat slicers",
            "Slicing machines"
         ]
      },
      {
         "code": 48101510,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tools_used/48101510",
         "title": "Commercial use food warmers",
         "example": [
            "Steam tables"
         ]
      },
      {
         "code": 48101610,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tools_used/48101610",
         "title": "Commercial use peelers",
         "example": [
            "Vegetable peelers"
         ]
      },
      {
         "code": 52151620,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tools_used/52151620",
         "title": "Domestic sifter",
         "example": [
            "Sifters"
         ]
      },
      {
         "code": 48101601,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tools_used/48101601",
         "title": "Commercial use blenders",
         "example": [
            "Blenders"
         ]
      }
   ]
}