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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9097.00/details/tasks?start=11&end=12",
   "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23936",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9097.00/related/tasks/23936",
         "title": "Test and repair track circuits.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13908",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9097.00/related/tasks/13908",
         "title": "Drive motor vehicles to job sites.",
         "importance": 78,
         "category": "Core"
      },
      {
         "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.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13909",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9097.00/related/tasks/13909",
         "title": "Tighten loose bolts, using wrenches, and test circuits and connections by opening and closing gates.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "13907",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9097.00/related/tasks/13907",
         "title": "Inspect switch-controlling mechanisms on trolley wires and in track beds, using hand tools and test equipment.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "13911",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9097.00/related/tasks/13911",
         "title": "Replace defective wiring, broken lenses, or burned-out light bulbs.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "13913",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9097.00/related/tasks/13913",
         "title": "Inspect, maintain, and replace batteries as needed.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "13912",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9097.00/related/tasks/13912",
         "title": "Record and report information about mileage or track inspected, repairs performed, and equipment requiring replacement.",
         "importance": 69,
         "category": "Core"
      }
   ]
}