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-3093.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8364",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/tasks/8364",
         "title": "Raise vehicles, using hydraulic jacks."
      },
      {
         "id": "8365",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/tasks/8365",
         "title": "Remount wheels onto vehicles."
      },
      {
         "id": "20654",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/tasks/20654",
         "title": "Unbolt and remove wheels from vehicles, using lug wrenches or other hand or power tools."
      },
      {
         "id": "8363",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/tasks/8363",
         "title": "Place wheels on balancing machines to determine counterweights required to balance wheels."
      },
      {
         "id": "20655",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/tasks/20655",
         "title": "Identify tire size and ply and inflate tires accordingly."
      }
   ]
}