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

URL:
https://api-v2.onetcenter.org/online/occupations/49-3093.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "8364",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/tasks/8364",
         "title": "Raise vehicles, using hydraulic jacks.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "8365",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/tasks/8365",
         "title": "Remount wheels onto vehicles.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "8369",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/tasks/8369",
         "title": "Replace valve stems and remove puncturing objects.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "8370",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/tasks/8370",
         "title": "Hammer required counterweights onto rims of wheels.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "8368",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/tasks/8368",
         "title": "Reassemble tires onto wheels.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "8373",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/tasks/8373",
         "title": "Seal punctures in tubeless tires by inserting adhesive material and expanding rubber plugs into punctures, using hand tools.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "8372",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/tasks/8372",
         "title": "Inspect tire casings for defects, such as holes or tears.",
         "importance": 83,
         "category": "Core"
      }
   ]
}