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/51-7011.00/related/work_context/4.C.2.a.1.b
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.C.2.a.1.b",
      "name": "Indoors, Not Environmentally Controlled",
      "description": "How often does this job require working in an environment that is not environmentally controlled (like a warehouse without air conditioning)?",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_context/4.C.2.a.1.b"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/",
         "code": "51-4071.00",
         "title": "Foundry Mold and Coremakers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-4052.00/",
         "code": "51-4052.00",
         "title": "Pourers and Casters, Metal",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-9045.00/",
         "code": "49-9045.00",
         "title": "Refractory Materials Repairers, Except Brickmasons",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-3051.04/",
         "code": "11-3051.04",
         "title": "Biomass Power Plant Managers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/",
         "code": "51-8091.00",
         "title": "Chemical Plant and System Operators",
         "tags": {}
      }
   ]
}