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-3053.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13777",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/related/tasks/13777",
         "title": "Record repairs made, time spent, and parts used."
      },
      {
         "id": "13780",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/related/tasks/13780",
         "title": "Test and inspect engines to determine malfunctions, to locate missing and broken parts, and to verify repairs, using diagnostic instruments."
      },
      {
         "id": "13784",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/related/tasks/13784",
         "title": "Dismantle engines, using hand tools, and examine parts for defects."
      },
      {
         "id": "13774",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/related/tasks/13774",
         "title": "Repair and maintain gasoline engines used to power equipment such as portable saws, lawn mowers, generators, and compressors."
      },
      {
         "id": "13775",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/related/tasks/13775",
         "title": "Adjust points, valves, carburetors, distributors, and spark plug gaps, using feeler gauges."
      }
   ]
}