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-9012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "12366",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/related/tasks/12366",
         "title": "Dump, pour, or load specified amounts of refined or unrefined materials into equipment or containers for further processing or storage.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "19918",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/related/tasks/19918",
         "title": "Operate machines to process materials in compliance with applicable safety, energy, or environmental regulations.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12357",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/related/tasks/12357",
         "title": "Monitor material flow or instruments, such as temperature or pressure gauges, indicators, or meters, to ensure optimal processing conditions.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20824",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/related/tasks/20824",
         "title": "Turn valves or move controls to admit, drain, separate, filter, clarify, mix, or transfer materials.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "12356",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/related/tasks/12356",
         "title": "Set up or adjust machine controls to regulate conditions such as material flow, temperature, or pressure.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "20825",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/related/tasks/20825",
         "title": "Examine samples to verify qualities such as clarity, cleanliness, consistency, dryness, or texture.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "20826",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/related/tasks/20826",
         "title": "Start agitators, shakers, conveyors, pumps, or centrifuge machines.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "12365",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/related/tasks/12365",
         "title": "Inspect machines or equipment for hazards, operating efficiency, malfunctions, wear, or leaks.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "12360",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/related/tasks/12360",
         "title": "Collect samples of materials or products for laboratory analysis.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "12368",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/related/tasks/12368",
         "title": "Communicate processing instructions to other workers.",
         "importance": 73,
         "category": "Core"
      }
   ]
}