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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-3054.00/details/tasks?start=11&end=16",
   "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."
      },
      {
         "id": "23763",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3054.00/related/tasks/23763",
         "title": "Follow relevant safety regulations and state laws governing vehicle operation, and ensure that passengers follow safety regulations."
      },
      {
         "id": "23764",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3054.00/related/tasks/23764",
         "title": "Notify dispatchers or company mechanics of vehicle problems."
      },
      {
         "id": "23765",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3054.00/related/tasks/23765",
         "title": "Perform minor vehicle repairs, such as cleaning spark plugs, or take vehicles to mechanics for servicing."
      },
      {
         "id": "23766",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3054.00/related/tasks/23766",
         "title": "Perform routine vehicle maintenance, such as regulating tire pressure and adding gasoline, oil, and water."
      },
      {
         "id": "23767",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3054.00/related/tasks/23767",
         "title": "Pick up passengers at prearranged locations, at taxi stands, or by cruising streets in high-traffic areas."
      }
   ]
}