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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4111.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}