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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-7042.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12277",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7042.00/related/tasks/12277",
         "title": "Adjust machine tables or cutting devices and set controls on machines to produce specified cuts or operations.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12282",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7042.00/related/tasks/12282",
         "title": "Install and adjust blades, cutterheads, boring-bits, or sanding-belts, using hand tools and rules.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "12285",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7042.00/related/tasks/12285",
         "title": "Change alignment and adjustment of sanding, cutting, or boring machine guides to prevent defects in finished products, using hand tools.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12275",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7042.00/related/tasks/12275",
         "title": "Determine product specifications and materials, work methods, and machine setup requirements, according to blueprints, oral or written instructions, drawings, or work orders.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12276",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7042.00/related/tasks/12276",
         "title": "Feed stock through feed mechanisms or conveyors into planing, shaping, boring, mortising, or sanding machines to produce desired components.",
         "importance": 81,
         "category": "Core"
      }
   ]
}