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-9032.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-9032.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "12417",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/related/tasks/12417",
         "title": "Set up, operate, or tend machines that cut or slice materials, such as glass, stone, cork, rubber, tobacco, food, paper, or insulating material.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12419",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/related/tasks/12419",
         "title": "Review work orders, blueprints, specifications, or job samples to determine components, settings, and adjustments for cutting and slicing machines.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12416",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/related/tasks/12416",
         "title": "Examine, measure, and weigh materials or products to verify conformance to specifications, using measuring devices, such as rulers, micrometers, or scales.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12422",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/related/tasks/12422",
         "title": "Press buttons, pull levers, or depress pedals to start and operate cutting and slicing machines.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12426",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/related/tasks/12426",
         "title": "Start machines to verify setups, and make any necessary adjustments.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12432",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/related/tasks/12432",
         "title": "Feed stock into cutting machines, onto conveyors, or under cutting blades, by threading, guiding, pushing, or turning handwheels.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12425",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/related/tasks/12425",
         "title": "Monitor operation of cutting or slicing machines to detect malfunctions or to determine whether supplies need replenishment.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "12418",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/related/tasks/12418",
         "title": "Stack and sort cut material for packaging, further processing, or shipping, according to types and sizes of material.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "12423",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/related/tasks/12423",
         "title": "Adjust machine controls to alter position, alignment, speed, or pressure.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "12427",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/related/tasks/12427",
         "title": "Remove completed materials or products from cutting or slicing machines, and stack or store them for additional processing.",
         "importance": 80,
         "category": "Core"
      }
   ]
}