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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-3053.00/details/tasks?start=11&end=20",
   "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."
      },
      {
         "id": "23737",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3053.00/related/tasks/23737",
         "title": "Comply with traffic regulations to operate vehicles in a safe and courteous manner."
      },
      {
         "id": "23738",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3053.00/related/tasks/23738",
         "title": "Drive shuttle busses, limousines, company cars, or privately owned vehicles to transport passengers."
      },
      {
         "id": "23739",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3053.00/related/tasks/23739",
         "title": "Follow relevant safety regulations and state laws governing vehicle operation, and ensure that passengers follow safety regulations."
      },
      {
         "id": "23740",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3053.00/related/tasks/23740",
         "title": "Maintain knowledge of first-aid procedures."
      },
      {
         "id": "23741",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3053.00/related/tasks/23741",
         "title": "Notify dispatchers or company mechanics of vehicle problems."
      }
   ]
}