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/51-2031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "13962",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/related/tasks/13962",
         "title": "Read and interpret assembly blueprints or specifications manuals, and plan assembly or building operations.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "13958",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/related/tasks/13958",
         "title": "Inspect, operate, and test completed products to verify functioning, machine capabilities, or conformance to customer specifications.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "13959",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/related/tasks/13959",
         "title": "Position or align components for assembly, manually or using hoists.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "13960",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/related/tasks/13960",
         "title": "Set and verify parts clearances.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "13965",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/related/tasks/13965",
         "title": "Verify conformance of parts to stock lists or blueprints, using measuring instruments such as calipers, gauges, or micrometers.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "13966",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/related/tasks/13966",
         "title": "Fasten or install piping, fixtures, or wiring and electrical components to form assemblies or subassemblies, using hand tools, rivet guns, or welding equipment.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13967",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/related/tasks/13967",
         "title": "Remove rough spots and smooth surfaces to fit, trim, or clean parts, using hand tools or power tools.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13968",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/related/tasks/13968",
         "title": "Lay out and drill, ream, tap, or cut parts for assembly.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "13961",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/related/tasks/13961",
         "title": "Rework, repair, or replace damaged parts or assemblies.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "13964",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/related/tasks/13964",
         "title": "Assemble systems of gears by aligning and meshing gears in gearboxes.",
         "importance": 74,
         "category": "Supplemental"
      }
   ]
}