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-3031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "2981",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3031.00/related/tasks/2981",
         "title": "Use handtools, such as screwdrivers, pliers, wrenches, pressure gauges, or precision instruments, as well as power tools, such as pneumatic wrenches, lathes, welding equipment, or jacks and hoists.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "2982",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3031.00/related/tasks/2982",
         "title": "Inspect brake systems, steering mechanisms, wheel bearings, and other important parts to ensure that they are in proper operating condition.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "2985",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3031.00/related/tasks/2985",
         "title": "Raise trucks, buses, and heavy parts or equipment using hydraulic jacks or hoists.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "2984",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3031.00/related/tasks/2984",
         "title": "Adjust and reline brakes, align wheels, tighten bolts and screws, and reassemble equipment.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "2991",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3031.00/related/tasks/2991",
         "title": "Attach test instruments to equipment, and read dials and gauges to diagnose malfunctions.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "2983",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3031.00/related/tasks/2983",
         "title": "Perform routine maintenance such as changing oil, checking batteries, and lubricating equipment and machinery.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "2988",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3031.00/related/tasks/2988",
         "title": "Examine and adjust protective guards, loose bolts, and specified safety devices.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "2987",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3031.00/related/tasks/2987",
         "title": "Inspect, test, and listen to defective equipment to diagnose malfunctions, using test instruments such as handheld computers, motor analyzers, chassis charts, or pressure gauges.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "2992",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3031.00/related/tasks/2992",
         "title": "Rewire ignition systems, lights, and instrument panels.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "2986",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3031.00/related/tasks/2986",
         "title": "Test drive trucks and buses to diagnose malfunctions or to ensure that they are working properly.",
         "importance": 76,
         "category": "Core"
      }
   ]
}