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-9071.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "20671",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/related/tasks/20671",
         "title": "Perform routine maintenance, such as inspecting drives, motors, or belts, checking fluid levels, replacing filters, or doing other preventive maintenance actions.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "3024",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/related/tasks/3024",
         "title": "Inspect, operate, or test machinery or equipment to diagnose machine malfunctions.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "3030",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/related/tasks/3030",
         "title": "Adjust functional parts of devices or control instruments, using hand tools, levels, plumb bobs, or straightedges.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "20672",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/related/tasks/20672",
         "title": "Repair machines, equipment, or structures, using tools such as hammers, hoists, saws, drills, wrenches, or equipment such as precision measuring instruments or electrical or electronic testing devices.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "20674",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/related/tasks/20674",
         "title": "Order parts, supplies, or equipment from catalogs or suppliers.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "3023",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/related/tasks/3023",
         "title": "Diagnose mechanical problems and determine how to correct them, checking blueprints, repair manuals, or parts catalogs, as necessary.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "20679",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/related/tasks/20679",
         "title": "Design new equipment to aid in the repair or maintenance of machines, mechanical equipment, or building structures.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "3022",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/related/tasks/3022",
         "title": "Assemble, install, or repair wiring, electrical or electronic components, pipe systems, plumbing, machinery, or equipment.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "3026",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/related/tasks/3026",
         "title": "Clean or lubricate shafts, bearings, gears, or other parts of machinery.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "20678",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/related/tasks/20678",
         "title": "Estimate costs to repair machinery, equipment, or building structures.",
         "importance": 68,
         "category": "Core"
      }
   ]
}