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/49-3051.00/related/tasks/13765
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "13765",
      "title": "Document inspection and test results and work performed or to be performed.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/49-3051.00?tasks=13765"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-2096.00/",
         "code": "49-2096.00",
         "title": "Electronic Equipment Installers and Repairers, Motor Vehicles",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-9061.00/",
         "code": "49-9061.00",
         "title": "Camera and Photographic Equipment Repairers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/",
         "code": "49-2095.00",
         "title": "Electrical and Electronics Repairers, Powerhouse, Substation, and Relay",
         "tags": {}
      }
   ]
}