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/53-1042.01/related/tools_used/24102108
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 24102108,
      "title": "Packaging compactors",
      "example": [
         "Cardboard balers"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/",
         "code": "41-2011.00",
         "title": "Cashiers",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Cardboard balers",
            "Trash compactors"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-7062.04/",
         "code": "53-7062.04",
         "title": "Recycling and Reclamation Workers",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Cardboard balers",
            "Horizontal balers",
            "Material compactors"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-7081.00/",
         "code": "53-7081.00",
         "title": "Refuse and Recyclable Material Collectors",
         "tags": {},
         "example": [
            "Aluminum compactors",
            "Cardboard compactors"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-3023.00/",
         "code": "51-3023.00",
         "title": "Slaughterers and Meat Packers",
         "tags": {},
         "example": [
            "Meat compactors"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-7065.00/",
         "code": "53-7065.00",
         "title": "Stockers and Order Fillers",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Packing material compactors"
         ]
      }
   ]
}