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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/details/tasks?start=11&end=14",
   "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.",
         "importance": 99,
         "category": "Core"
      },
      {
         "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "12751",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/related/tasks/12751",
         "title": "Observe tracks to detect obstructions.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "12758",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/related/tasks/12758",
         "title": "Call out train signals to assistants to verify meanings.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "12755",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/related/tasks/12755",
         "title": "Operate locomotives to transport freight or passengers between stations or to assemble or disassemble trains within rail yards.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "12757",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/related/tasks/12757",
         "title": "Check to ensure that brake examination tests are conducted at shunting stations.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "12756",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/related/tasks/12756",
         "title": "Respond to emergency conditions or breakdowns, following applicable safety procedures and rules.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12759",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/related/tasks/12759",
         "title": "Inspect locomotives to verify adequate fuel, sand, water, or other supplies before each run or to check for mechanical problems.",
         "importance": 87,
         "category": "Core"
      }
   ]
}