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-3043.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "9986",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/related/tasks/9986",
         "title": "Record conditions of cars, and repair and maintenance work performed or to be performed.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "9988",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/related/tasks/9988",
         "title": "Inspect components such as bearings, seals, gaskets, wheels, and coupler assemblies to determine if repairs are needed.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "9984",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/related/tasks/9984",
         "title": "Repair or replace defective or worn parts such as bearings, pistons, and gears, using hand tools, torque wrenches, power tools, and welding equipment.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9989",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/related/tasks/9989",
         "title": "Inspect the interior and exterior of rail cars coming into rail yards to identify defects and to determine the extent of wear and damage.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9987",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/related/tasks/9987",
         "title": "Remove locomotives, car mechanical units, or other components, using pneumatic hoists and jacks, pinch bars, hand tools, and cutting torches.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "9985",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/related/tasks/9985",
         "title": "Test units for operability before and after repairs.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "9990",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/related/tasks/9990",
         "title": "Adjust repaired or replaced units as needed to ensure proper operation.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "9992",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/related/tasks/9992",
         "title": "Repair, fabricate, and install steel or wood fittings, using blueprints, shop sketches, and instruction manuals.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "9991",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/related/tasks/9991",
         "title": "Perform scheduled maintenance, and clean units and components.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "10000",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/related/tasks/10000",
         "title": "Examine car roofs for wear and damage, and repair defective sections, using roofing material, cement, nails, and waterproof paint.",
         "importance": 63,
         "category": "Core"
      }
   ]
}