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-9041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "12444",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/tasks/12444",
         "title": "Adjust machine components to regulate speeds, pressures, and temperatures, and amounts, dimensions, and flow of materials or ingredients.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "12447",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/tasks/12447",
         "title": "Press control buttons to activate machinery and equipment.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "12445",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/tasks/12445",
         "title": "Examine, measure, and weigh materials or products to verify conformance to standards, using measuring devices such as templates, micrometers, or scales.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "12446",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/tasks/12446",
         "title": "Monitor machine operations and observe lights and gauges to detect malfunctions.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12455",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/tasks/12455",
         "title": "Clear jams, and remove defective or substandard materials or products.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12452",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/tasks/12452",
         "title": "Notify supervisors when extruded filaments fail to meet standards.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12451",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/tasks/12451",
         "title": "Record and maintain production data, such as meter readings, and quantities, types, and dimensions of materials produced.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12449",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/tasks/12449",
         "title": "Review work orders, specifications, or instructions to determine materials, ingredients, procedures, components, settings, and adjustments for extruding, forming, pressing, or compacting machines.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "12448",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/tasks/12448",
         "title": "Turn controls to adjust machine functions, such as regulating air pressure, creating vacuums, and adjusting coolant flow.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12466",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/tasks/12466",
         "title": "Clean dies, arbors, compression chambers, and molds, using swabs, sponges, or air hoses.",
         "importance": 83,
         "category": "Core"
      }
   ]
}