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-4011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12752",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/related/tasks/12752",
         "title": "Interpret train orders, signals, or railroad rules and regulations that govern the operation of locomotives."
      },
      {
         "id": "12754",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/related/tasks/12754",
         "title": "Confer with conductors or traffic control center personnel via radiophones to issue or receive information concerning stops, delays, or oncoming trains."
      },
      {
         "id": "12753",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/related/tasks/12753",
         "title": "Receive starting signals from conductors and use controls such as throttles or air brakes to drive electric, diesel-electric, steam, or gas turbine-electric locomotives."
      },
      {
         "id": "12750",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/related/tasks/12750",
         "title": "Monitor gauges or meters that measure speed, amperage, battery charge, or air pressure in brake lines or in main reservoirs."
      },
      {
         "id": "12751",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/related/tasks/12751",
         "title": "Observe tracks to detect obstructions."
      }
   ]
}