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/53-3053.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-3053.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23732",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3053.00/related/tasks/23732",
         "title": "Arrange to pick up particular customers or groups on a regular schedule."
      },
      {
         "id": "23733",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3053.00/related/tasks/23733",
         "title": "Check the condition of a vehicle's tires, brakes, windshield wipers, lights, oil, fuel, water, and safety equipment to ensure that everything is in working order."
      },
      {
         "id": "23734",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3053.00/related/tasks/23734",
         "title": "Collect fares or vouchers from passengers, and make change or issue receipts as necessary."
      },
      {
         "id": "23735",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3053.00/related/tasks/23735",
         "title": "Communicate with dispatchers by radio, telephone, or computer to exchange information and receive requests for passenger service."
      },
      {
         "id": "23736",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3053.00/related/tasks/23736",
         "title": "Complete accident reports when necessary."
      }
   ]
}