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-4041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 10,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12767",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tasks/12767",
         "title": "Monitor lights indicating obstructions or other trains ahead and watch for car and truck traffic at crossings to stay alert to potential hazards."
      },
      {
         "id": "12765",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tasks/12765",
         "title": "Operate controls to open and close transit vehicle doors."
      },
      {
         "id": "12766",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tasks/12766",
         "title": "Drive and control rail-guided public transportation, such as subways, elevated trains, and electric-powered streetcars, trams, or trolleys, to transport passengers."
      },
      {
         "id": "12770",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tasks/12770",
         "title": "Report delays, mechanical problems, and emergencies to supervisors or dispatchers, using radios."
      },
      {
         "id": "12769",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tasks/12769",
         "title": "Regulate vehicle speed and the time spent at each stop to maintain schedules."
      }
   ]
}