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-3054.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-3054.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23758",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3054.00/related/tasks/23758",
         "title": "Collect fares or vouchers from passengers, and make change or issue receipts as necessary."
      },
      {
         "id": "23759",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3054.00/related/tasks/23759",
         "title": "Communicate with dispatchers by radio, telephone, or computer to exchange information and receive requests for passenger service."
      },
      {
         "id": "23760",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3054.00/related/tasks/23760",
         "title": "Complete accident reports when necessary."
      },
      {
         "id": "23761",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3054.00/related/tasks/23761",
         "title": "Determine fares based on trip distances and times, using taximeters and fee schedules, and announce fares to passengers."
      },
      {
         "id": "23762",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3054.00/related/tasks/23762",
         "title": "Drive taxicabs or privately owned vehicles to transport passengers."
      }
   ]
}