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-4111.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4111.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "8490",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4111.00/related/tasks/8490",
         "title": "Verify dimensions, alignments, and clearances of finished parts for conformance to specifications, using measuring instruments such as calipers, gauge blocks, micrometers, or dial indicators.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "8492",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4111.00/related/tasks/8492",
         "title": "Set up and operate conventional or computer numerically controlled machine tools such as lathes, milling machines, or grinders to cut, bore, grind, or otherwise shape parts to prescribed dimensions and finishes.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "8491",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4111.00/related/tasks/8491",
         "title": "Visualize and compute dimensions, sizes, shapes, and tolerances of assemblies, based on specifications.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "8489",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4111.00/related/tasks/8489",
         "title": "Study blueprints, sketches, models, or specifications to plan sequences of operations for fabricating tools, dies, or assemblies.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "23938",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4111.00/related/tasks/23938",
         "title": "Fit and assemble parts to make, repair, or modify dies, jigs, gauges, and tools, using machine tools, hand tools, or welders.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8496",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4111.00/related/tasks/8496",
         "title": "Inspect finished dies for smoothness, contour conformity, and defects.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8502",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4111.00/related/tasks/8502",
         "title": "Select metals to be used from a range of metals and alloys, based on properties such as hardness or heat tolerance.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "8498",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4111.00/related/tasks/8498",
         "title": "Lift, position, and secure machined parts on surface plates or worktables, using hoists, vises, v-blocks, or angle plates.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "8493",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4111.00/related/tasks/8493",
         "title": "File, grind, shim, and adjust different parts to properly fit them together.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "8497",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4111.00/related/tasks/8497",
         "title": "Smooth and polish flat and contoured surfaces of parts or tools, using scrapers, abrasive stones, files, emery cloths, or power grinders.",
         "importance": 74,
         "category": "Core"
      }
   ]
}