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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-7041.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "12257",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7041.00/related/tasks/12257",
         "title": "Monitor sawing machines, adjusting speed and tension and clearing jams to ensure proper operation.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12261",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7041.00/related/tasks/12261",
         "title": "Sharpen blades, or replace defective or worn blades or bands, using hand tools.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12259",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7041.00/related/tasks/12259",
         "title": "Guide workpieces against saws, saw over workpieces by hand, or operate automatic feeding devices to guide cuts.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "12264",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7041.00/related/tasks/12264",
         "title": "Clear machine jams, using hand tools.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "12263",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7041.00/related/tasks/12263",
         "title": "Lubricate or clean machines, using wrenches, grease guns, or solvents.",
         "importance": 70,
         "category": "Core"
      }
   ]
}