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/13-1022.00/related/work_context/4.C.3.d.8
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.C.3.d.8",
      "name": "Duration of Typical Work Week",
      "description": "Number of hours typically worked in one week.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_context/4.C.3.d.8"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-9091.00/",
         "code": "29-9091.00",
         "title": "Athletic Trainers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/",
         "code": "53-1042.00",
         "title": "First-Line Supervisors of Helpers, Laborers, and Material Movers, Hand",
         "tags": {}
      },
      {
         "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/29-1229.03/",
         "code": "29-1229.03",
         "title": "Urologists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/",
         "code": "15-1255.01",
         "title": "Video Game Designers",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}