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-7041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-7041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12251",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7041.00/related/tasks/12251",
         "title": "Inspect and measure workpieces to mark for cuts and to verify the accuracy of cuts, using rulers, squares, or caliper rules."
      },
      {
         "id": "12250",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7041.00/related/tasks/12250",
         "title": "Adjust saw blades, using wrenches and rulers, or by turning handwheels or pressing pedals, levers, or panel buttons."
      },
      {
         "id": "12256",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7041.00/related/tasks/12256",
         "title": "Mount and bolt sawing blades or attachments to machine shafts."
      },
      {
         "id": "12253",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7041.00/related/tasks/12253",
         "title": "Set up, operate, or tend saws or machines that cut or trim wood to specified dimensions, such as circular saws, band saws, multiple-blade sawing machines, scroll saws, ripsaws, or crozer machines."
      },
      {
         "id": "12254",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7041.00/related/tasks/12254",
         "title": "Inspect stock for imperfections or to estimate grades or qualities of stock or workpieces."
      }
   ]
}