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/39-5092.00/related/work_context/4.C.2.d.1.i
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.C.2.d.1.i",
      "name": "Spend Time Making Repetitive Motions",
      "description": "How much does this job require making repetitive motions?",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_context/4.C.2.d.1.i"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1292.00/",
         "code": "29-1292.00",
         "title": "Dental Hygienists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/",
         "code": "47-5043.00",
         "title": "Roof Bolters, Mining",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-6042.00/",
         "code": "51-6042.00",
         "title": "Shoe Machine Operators and Tenders",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/37-2012.00/",
         "code": "37-2012.00",
         "title": "Maids and Housekeeping Cleaners",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-3022.00/",
         "code": "51-3022.00",
         "title": "Meat, Poultry, and Fish Cutters and Trimmers",
         "tags": {}
      }
   ]
}