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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-3052.00/details/tasks?start=11&end=14",
   "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "21085",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3052.00/related/tasks/21085",
         "title": "Announce stops to passengers.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "18798",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3052.00/related/tasks/18798",
         "title": "Collect tickets or cash fares from passengers.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "18796",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3052.00/related/tasks/18796",
         "title": "Handle passenger emergencies or disruptions.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "3148",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3052.00/related/tasks/3148",
         "title": "Report delays or accidents.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "3149",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3052.00/related/tasks/3149",
         "title": "Advise passengers to be seated and orderly while on vehicles.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "3150",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3052.00/related/tasks/3150",
         "title": "Regulate heating, lighting, and ventilating systems for passenger comfort.",
         "importance": 78,
         "category": "Core"
      }
   ]
}