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-4034.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "11993",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/related/tasks/11993",
         "title": "Adjust machine controls and change tool settings to keep dimensions within specified tolerances.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "11994",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/related/tasks/11994",
         "title": "Move controls to set cutting speeds and depths and feed rates, and to position tools in relation to workpieces.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "11992",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/related/tasks/11992",
         "title": "Study blueprints, layouts or charts, and job orders for information on specifications and tooling instructions, and to determine material requirements and operational sequences.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "11991",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/related/tasks/11991",
         "title": "Inspect sample workpieces to verify conformance with specifications, using instruments such as gauges, micrometers, and dial indicators.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11999",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/related/tasks/11999",
         "title": "Replace worn tools, and sharpen dull cutting tools and dies, using bench grinders or cutter-grinding machines.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12003",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/related/tasks/12003",
         "title": "Move toolholders manually or by turning handwheels, or engage automatic feeding mechanisms to feed tools to and along workpieces.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "12001",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/related/tasks/12001",
         "title": "Compute unspecified dimensions and machine settings, using knowledge of metal properties and shop mathematics.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11997",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/related/tasks/11997",
         "title": "Crank machines through cycles, stopping to adjust tool positions and machine controls to ensure specified timing, clearances, and tolerances.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "12000",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/related/tasks/12000",
         "title": "Position, secure, and align cutting tools in toolholders on machines, using hand tools, and verify their positions with measuring instruments.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "11995",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/related/tasks/11995",
         "title": "Start lathe or turning machines and observe operations to ensure that specifications are met.",
         "importance": 76,
         "category": "Core"
      }
   ]
}