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-4022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-4022.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23774",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4022.00/related/tasks/23774",
         "title": "Observe train signals along routes and verify their meanings for engineers.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "23775",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4022.00/related/tasks/23775",
         "title": "Signal locomotive engineers to start or stop trains when coupling or uncoupling cars, using hand signals, lanterns, or radio communication.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "23776",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4022.00/related/tasks/23776",
         "title": "Pull or push track switches to reroute cars.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "23777",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4022.00/related/tasks/23777",
         "title": "Observe signals from other crew members so that work activities can be coordinated.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "23778",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4022.00/related/tasks/23778",
         "title": "Monitor trains as they go around curves to detect dragging equipment and smoking journal boxes.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "23779",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4022.00/related/tasks/23779",
         "title": "Inspect couplings, air hoses, journal boxes, and handbrakes to ensure that they are securely fastened and functioning properly.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "23780",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4022.00/related/tasks/23780",
         "title": "Observe tracks from left sides of locomotives to detect obstructions on tracks.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "23781",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4022.00/related/tasks/23781",
         "title": "Operate locomotives in emergency situations.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "23782",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4022.00/related/tasks/23782",
         "title": "Raise levers to couple and uncouple cars for makeup and breakup of trains.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "23783",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4022.00/related/tasks/23783",
         "title": "Climb ladders to tops of cars to set brakes.",
         "importance": 85,
         "category": "Core"
      }
   ]
}