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-4081.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "10206",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/related/tasks/10206",
         "title": "Inspect workpieces for defects, and measure workpieces to determine accuracy of machine operation, using rules, templates, or other measuring instruments.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "10210",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/related/tasks/10210",
         "title": "Position, adjust, and secure stock material or workpieces against stops, on arbors, or in chucks, fixtures, or automatic feeding mechanisms, manually or using hoists.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "10208",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/related/tasks/10208",
         "title": "Read blueprints or job orders to determine product specifications and tooling instructions and to plan operational sequences.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "10211",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/related/tasks/10211",
         "title": "Select, install, and adjust alignment of drills, cutters, dies, guides, and holding devices, using templates, measuring instruments, and hand tools.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "10207",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/related/tasks/10207",
         "title": "Observe machine operation to detect workpiece defects or machine malfunctions, adjusting machines as necessary.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "10209",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/related/tasks/10209",
         "title": "Set up and operate machines, such as lathes, cutters, shears, borers, millers, grinders, presses, drills, or auxiliary machines, to make metallic and plastic workpieces.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "10212",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/related/tasks/10212",
         "title": "Change worn machine accessories, such as cutting tools or brushes, using hand tools.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "10221",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/related/tasks/10221",
         "title": "Set machine stops or guides to specified lengths as indicated by scales, rules, or templates.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "10216",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/related/tasks/10216",
         "title": "Select the proper coolants and lubricants and start their flow.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "10217",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/related/tasks/10217",
         "title": "Remove burrs, sharp edges, rust, or scale from workpieces, using files, hand grinders, wire brushes, or power tools.",
         "importance": 74,
         "category": "Core"
      }
   ]
}