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-6061.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20841",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/related/tasks/20841",
         "title": "Secure passengers for transportation by buckling seatbelts or fastening wheelchairs with tie-down straps."
      },
      {
         "id": "13172",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/related/tasks/13172",
         "title": "Provide boarding assistance to elderly, sick, or injured people."
      },
      {
         "id": "13174",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/related/tasks/13174",
         "title": "Respond to passengers' questions, requests, or complaints."
      },
      {
         "id": "13183",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/related/tasks/13183",
         "title": "Determine or facilitate seating arrangements."
      },
      {
         "id": "13182",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/related/tasks/13182",
         "title": "Provide customers with information on routes, gates, prices, timetables, terminals, or concourses."
      }
   ]
}