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