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-4022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4022.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "10079",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4022.00/related/tasks/10079",
         "title": "Read work orders or blueprints to determine specified tolerances and sequences of operations for machine setup.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "10086",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4022.00/related/tasks/10086",
         "title": "Position and move metal wires or workpieces through a series of dies that compress and shape stock to form die impressions.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "10078",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4022.00/related/tasks/10078",
         "title": "Measure and inspect machined parts to ensure conformance to product specifications.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "10085",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4022.00/related/tasks/10085",
         "title": "Set up, operate, or tend presses and forging machines to perform hot or cold forging by flattening, straightening, bending, cutting, piercing, or other operations to taper, shape, or form metal.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10082",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4022.00/related/tasks/10082",
         "title": "Turn handles or knobs to set pressures and depths of ram strokes and to synchronize machine operations.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "10087",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4022.00/related/tasks/10087",
         "title": "Install, adjust, and remove dies, synchronizing cams, forging hammers, and stop guides, using overhead cranes or other hoisting devices, and hand tools.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "10080",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4022.00/related/tasks/10080",
         "title": "Start machines to produce sample workpieces, and observe operations to detect machine malfunctions and to verify that machine setups conform to specifications.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "10083",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4022.00/related/tasks/10083",
         "title": "Confer with other workers about machine setups and operational specifications.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "10089",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4022.00/related/tasks/10089",
         "title": "Trim and compress finished forgings to specified tolerances.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "10081",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4022.00/related/tasks/10081",
         "title": "Remove dies from machines when production runs are finished.",
         "importance": 74,
         "category": "Core"
      }
   ]
}