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/53-3033.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8615",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/related/tasks/8615",
         "title": "Obey traffic laws and follow established traffic and transportation procedures."
      },
      {
         "id": "8617",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/related/tasks/8617",
         "title": "Report any mechanical problems encountered with vehicles."
      },
      {
         "id": "8620",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/related/tasks/8620",
         "title": "Verify the contents of inventory loads against shipping papers."
      },
      {
         "id": "8616",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/related/tasks/8616",
         "title": "Inspect and maintain vehicle supplies and equipment, such as gas, oil, water, tires, lights, or brakes, to ensure that vehicles are in proper working condition."
      },
      {
         "id": "8623",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/related/tasks/8623",
         "title": "Read maps and follow written or verbal geographic directions."
      }
   ]
}