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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-4022.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}