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/53-3032.00/related/work_context/4.C.2.a.1.c
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.C.2.a.1.c",
      "name": "Outdoors, Exposed to All Weather Conditions",
      "description": "How often does this job require working outdoors, exposed to all weather conditions?",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_context/4.C.2.a.1.c"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/33-9091.00/",
         "code": "33-9091.00",
         "title": "Crossing Guards and Flaggers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/",
         "code": "47-5011.00",
         "title": "Derrick Operators, Oil and Gas",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-3031.00/",
         "code": "53-3031.00",
         "title": "Driver/Sales Workers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/",
         "code": "49-9051.00",
         "title": "Electrical Power-Line Installers and Repairers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/37-3011.00/",
         "code": "37-3011.00",
         "title": "Landscaping and Groundskeeping Workers",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}