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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-4013.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "10670",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4013.00/related/tasks/10670",
         "title": "Apply and release hand brakes.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "10675",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4013.00/related/tasks/10675",
         "title": "Inspect track for defects such as broken rails and switch malfunctions.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "10673",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4013.00/related/tasks/10673",
         "title": "Observe water levels and oil, air, and steam pressure gauges to ensure proper operation of equipment.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "10679",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4013.00/related/tasks/10679",
         "title": "Couple and uncouple air hoses and electrical connections between cars.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "10668",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4013.00/related/tasks/10668",
         "title": "Drive engines within railroad yards or other establishments to couple, uncouple, or switch railroad cars.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10672",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4013.00/related/tasks/10672",
         "title": "Inspect the condition of stationary trains, rolling stock, and equipment.",
         "importance": 84,
         "category": "Core"
      }
   ]
}