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/49-9097.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9097.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13906",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9097.00/related/tasks/13906",
         "title": "Inspect and test operation, mechanical parts, and circuitry of gate crossings, signals, and signal equipment such as interlocks and hotbox detectors."
      },
      {
         "id": "13910",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9097.00/related/tasks/13910",
         "title": "Inspect electrical units of railroad grade crossing gates and repair loose bolts and defective electrical connections and parts."
      },
      {
         "id": "23936",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9097.00/related/tasks/23936",
         "title": "Test and repair track circuits."
      },
      {
         "id": "13908",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9097.00/related/tasks/13908",
         "title": "Drive motor vehicles to job sites."
      },
      {
         "id": "13905",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9097.00/related/tasks/13905",
         "title": "Install, inspect, maintain, and repair various railroad service equipment on the road or in the shop, including railroad signal systems."
      }
   ]
}