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/43-4051.00/related/work_activities/4.A.1.a.2
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.A.1.a.2",
      "name": "Monitoring Processes, Materials, or Surroundings",
      "description": "Monitoring and reviewing information from materials, events, or the environment, to detect or assess problems.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_activities/4.A.1.a.2"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-2011.00/",
         "code": "53-2011.00",
         "title": "Airline Pilots, Copilots, and Flight Engineers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-4151.00/",
         "code": "43-4151.00",
         "title": "Order Clerks",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-4051.00/",
         "code": "19-4051.00",
         "title": "Nuclear Technicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/31-9093.00/",
         "code": "31-9093.00",
         "title": "Medical Equipment Preparers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/",
         "code": "53-7121.00",
         "title": "Tank Car, Truck, and Ship Loaders",
         "tags": {}
      }
   ]
}