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-4035.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "14001",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/related/tasks/14001",
         "title": "Remove workpieces from machines, and check to ensure that they conform to specifications, using measuring instruments such as microscopes, gauges, calipers, and micrometers.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14007",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/related/tasks/14007",
         "title": "Verify alignment of workpieces on machines, using measuring instruments such as rules, gauges, or calipers.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14005",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/related/tasks/14005",
         "title": "Move controls to set cutting specifications, to position cutting tools and workpieces in relation to each other, and to start machines.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14002",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/related/tasks/14002",
         "title": "Observe milling or planing machine operation, and adjust controls to ensure conformance with specified tolerances.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "14011",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/related/tasks/14011",
         "title": "Select and install cutting tools and other accessories according to specifications, using hand tools or power tools.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "14003",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/related/tasks/14003",
         "title": "Position and secure workpieces on machines, using holding devices, measuring instruments, hand tools, and hoists.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14010",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/related/tasks/14010",
         "title": "Replace worn tools, using hand tools, and sharpen dull tools, using bench grinders.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "14004",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/related/tasks/14004",
         "title": "Study blueprints, layouts, sketches, or work orders to assess workpiece specifications and to determine tooling instructions, tools and materials needed, and sequences of operations.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "14006",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/related/tasks/14006",
         "title": "Compute dimensions, tolerances, and angles of workpieces or machines according to specifications and knowledge of metal properties and shop mathematics.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "14009",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/related/tasks/14009",
         "title": "Move cutters or material manually or by turning handwheels, or engage automatic feeding mechanisms to mill workpieces to specifications.",
         "importance": 77,
         "category": "Core"
      }
   ]
}