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-9021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "12376",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/related/tasks/12376",
         "title": "Observe operation of equipment to ensure continuity of flow, safety, and efficient operation, and to detect malfunctions.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "12381",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/related/tasks/12381",
         "title": "Clean, adjust, and maintain equipment, using hand tools.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "12389",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/related/tasks/12389",
         "title": "Tend accessory equipment, such as pumps and conveyors, to move materials or ingredients through production processes.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "12377",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/related/tasks/12377",
         "title": "Move controls to start, stop, or adjust machinery and equipment that crushes, grinds, polishes, or blends materials.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "12382",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/related/tasks/12382",
         "title": "Notify supervisors of needed repairs.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "12380",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/related/tasks/12380",
         "title": "Weigh or measure materials, ingredients, or products at specified intervals to ensure conformance to requirements.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "12378",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/related/tasks/12378",
         "title": "Record data from operations, testing, and production on specified forms.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "12384",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/related/tasks/12384",
         "title": "Reject defective products and readjust equipment to eliminate problems.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "12388",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/related/tasks/12388",
         "title": "Inspect chains, belts, or scrolls for signs of wear.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "12385",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/related/tasks/12385",
         "title": "Clean work areas.",
         "importance": 69,
         "category": "Core"
      }
   ]
}