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