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-7042.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-7042.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12279",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7042.00/related/tasks/12279",
         "title": "Set up, program, operate, or tend computerized or manual woodworking machines, such as drill presses, lathes, shapers, routers, sanders, planers, or wood-nailing machines."
      },
      {
         "id": "12281",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7042.00/related/tasks/12281",
         "title": "Examine finished workpieces for smoothness, shape, angle, depth-of-cut, or conformity to specifications and verify dimensions, visually and using hands, rules, calipers, templates, or gauges."
      },
      {
         "id": "12274",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7042.00/related/tasks/12274",
         "title": "Start machines, adjust controls, and make trial cuts to ensure that machinery is operating properly."
      },
      {
         "id": "12278",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7042.00/related/tasks/12278",
         "title": "Monitor operation of machines and make adjustments to correct problems and ensure conformance to specifications."
      },
      {
         "id": "12291",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7042.00/related/tasks/12291",
         "title": "Examine raw woodstock for defects and to ensure conformity to size and other specification standards."
      }
   ]
}