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-9098.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "3083",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tasks/3083",
         "title": "Install or replace machinery, equipment, and new or replacement parts and instruments, using hand or power tools.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "3081",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tasks/3081",
         "title": "Examine and test machinery, equipment, components, and parts for defects to ensure proper functioning.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "3080",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tasks/3080",
         "title": "Tend and observe equipment and machinery to verify efficient and safe operation.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "3082",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tasks/3082",
         "title": "Adjust, connect, or disconnect wiring, piping, tubing, and other parts, using hand or power tools.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "3084",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tasks/3084",
         "title": "Clean or lubricate vehicles, machinery, equipment, instruments, tools, work areas, and other objects, using hand tools, power tools, and cleaning equipment.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "3091",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tasks/3091",
         "title": "Hold or supply tools, parts, equipment, and supplies for other workers.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "20152",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tasks/20152",
         "title": "Diagnose electrical problems and install and rewire electrical components.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "3087",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tasks/3087",
         "title": "Disassemble broken or defective equipment to facilitate repair and reassemble equipment when repairs are complete.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "3090",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tasks/3090",
         "title": "Position vehicles, machinery, equipment, physical structures, and other objects for assembly or installation, using hand tools, power tools, and moving equipment.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "3086",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tasks/3086",
         "title": "Transfer tools, parts, equipment, and supplies to and from work stations and other areas.",
         "importance": 68,
         "category": "Core"
      }
   ]
}