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-3052.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-3052.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18794",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3052.00/related/tasks/18794",
         "title": "Drive vehicles over specified routes or to specified destinations according to time schedules, complying with traffic regulations to ensure that passengers have a smooth and safe ride."
      },
      {
         "id": "3146",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3052.00/related/tasks/3146",
         "title": "Park vehicles at loading areas so that passengers can board."
      },
      {
         "id": "3144",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3052.00/related/tasks/3144",
         "title": "Inspect vehicles and check gas, oil, and water levels prior to departure."
      },
      {
         "id": "21085",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3052.00/related/tasks/21085",
         "title": "Announce stops to passengers."
      },
      {
         "id": "18795",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3052.00/related/tasks/18795",
         "title": "Assist passengers, such as elderly or individuals with disabilities, on and off bus, ensure they are seated properly, help carry baggage, and answer questions about bus schedules or routes."
      }
   ]
}