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/53-7121.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "12800",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/tasks/12800",
         "title": "Seal outlet valves on tank cars, barges, and trucks.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "12792",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/tasks/12792",
         "title": "Verify tank car, barge, or truck load numbers to ensure car placement accuracy based on written or verbal instructions.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "12809",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/tasks/12809",
         "title": "Start pumps and adjust valves or cables to regulate the flow of products to vessels, using knowledge of loading procedures.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12797",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/tasks/12797",
         "title": "Check conditions and weights of vessels to ensure cleanliness and compliance with loading procedures.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12793",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/tasks/12793",
         "title": "Observe positions of cars passing loading spouts, and swing spouts into the correct positions at the appropriate times.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12795",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/tasks/12795",
         "title": "Monitor product movement to and from storage tanks, coordinating activities with other workers to ensure constant product flow.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12794",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/tasks/12794",
         "title": "Operate ship loading and unloading equipment, conveyors, hoists, and other specialized material handling equipment such as railroad tank car unloading equipment.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "12796",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/tasks/12796",
         "title": "Record operating data such as products and quantities pumped, gauge readings, and operating times, manually or using computers.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "12798",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/tasks/12798",
         "title": "Operate industrial trucks, tractors, loaders, and other equipment to transport materials to and from transportation vehicles and loading docks, and to store and retrieve materials in warehouses.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12799",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/tasks/12799",
         "title": "Connect ground cables to carry off static electricity when unloading tanker cars.",
         "importance": 90,
         "category": "Supplemental"
      }
   ]
}