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-4013.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-4013.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10667",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4013.00/related/tasks/10667",
         "title": "Observe and respond to wayside and cab signals, including color light signals, position signals, torpedoes, flags, and hot box detectors."
      },
      {
         "id": "10669",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4013.00/related/tasks/10669",
         "title": "Inspect engines before and after use to ensure proper operation."
      },
      {
         "id": "10670",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4013.00/related/tasks/10670",
         "title": "Apply and release hand brakes."
      },
      {
         "id": "10666",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4013.00/related/tasks/10666",
         "title": "Signal crew members for movement of engines or trains, using lanterns, hand signals, radios, or telephones."
      },
      {
         "id": "10665",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4013.00/related/tasks/10665",
         "title": "Confer with conductors and other workers via radiotelephones or computers to exchange switching information."
      }
   ]
}