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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-9094.00/summary/tasks?start=6&end=10",
   "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."
      }
   ]
}