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/33-9094.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-9094.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "23081",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9094.00/related/tasks/23081",
         "title": "Announce routes or stops."
      },
      {
         "id": "23082",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9094.00/related/tasks/23082",
         "title": "Assist children with disabilities or children with psychological, emotional, or behavioral issues with boarding and exiting the school bus."
      },
      {
         "id": "23083",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9094.00/related/tasks/23083",
         "title": "Buckle seatbelts or fasten wheelchair tie-down straps to secure passengers for transportation."
      },
      {
         "id": "23084",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9094.00/related/tasks/23084",
         "title": "Clean school bus interiors by picking up waste, wiping down windows, or vacuuming."
      },
      {
         "id": "23085",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9094.00/related/tasks/23085",
         "title": "Direct students boarding and exiting the school bus."
      },
      {
         "id": "23086",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9094.00/related/tasks/23086",
         "title": "Direct students evacuating the bus during safety drills."
      },
      {
         "id": "23087",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9094.00/related/tasks/23087",
         "title": "Escort young children across roads or highways."
      },
      {
         "id": "23088",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9094.00/related/tasks/23088",
         "title": "Evacuate students from the school bus in emergency situations."
      },
      {
         "id": "23089",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9094.00/related/tasks/23089",
         "title": "Guide the driver when the bus is moving in reverse gear."
      },
      {
         "id": "23090",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9094.00/related/tasks/23090",
         "title": "Monitor for trains at railroad crossings and signal the bus driver when it is safe to proceed."
      }
   ]
}