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

URL:
https://api-v2.onetcenter.org/online/occupations/19-1012.00/related/tools_used/23181501
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 23181501,
      "title": "Filling machinery",
      "example": [
         "Piston filling machines",
         "Stuffers"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-3011.00/",
         "code": "51-3011.00",
         "title": "Bakers",
         "tags": {},
         "example": [
            "Cake depositors",
            "Pastry filling machines"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-3021.00/",
         "code": "51-3021.00",
         "title": "Butchers and Meat Cutters",
         "tags": {},
         "example": [
            "Sausage linkers"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-3092.00/",
         "code": "51-3092.00",
         "title": "Food Batchmakers",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Liquid filling machines"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-3093.00/",
         "code": "51-3093.00",
         "title": "Food Cooking Machine Operators and Tenders",
         "tags": {},
         "example": [
            "Canners"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-3022.00/",
         "code": "51-3022.00",
         "title": "Meat, Poultry, and Fish Cutters and Trimmers",
         "tags": {},
         "example": [
            "Needle machines"
         ]
      }
   ]
}