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/47-4021.00/related/tasks/11568
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "11568",
      "title": "Connect electrical wiring to control panels and electric motors.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/47-4021.00?tasks=11568"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-3013.00/",
         "code": "47-3013.00",
         "title": "Helpers--Electricians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-2111.00/",
         "code": "47-2111.00",
         "title": "Electricians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-2021.00/",
         "code": "49-2021.00",
         "title": "Radio, Cellular, and Tower Equipment Installers and Repairers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-2091.00/",
         "code": "49-2091.00",
         "title": "Avionics Technicians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/",
         "code": "49-2093.00",
         "title": "Electrical and Electronics Installers and Repairers, Transportation Equipment",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}