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/47-5013.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "20451",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/related/tasks/20451",
         "title": "Maintain and perform safety inspections on equipment and tools.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "7080",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/related/tasks/7080",
         "title": "Operate controls that raise derricks or level rigs.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "20452",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/related/tasks/20452",
         "title": "Listen to engines, rotary chains, or other equipment to detect faulty operations or unusual well conditions.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "7083",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/related/tasks/7083",
         "title": "Prepare reports of services rendered, tools used, or time required, for billing purposes.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "7076",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/related/tasks/7076",
         "title": "Install pressure-control devices onto wellheads.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "7074",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/related/tasks/7074",
         "title": "Confer with others to gather information regarding pipe or tool sizes or borehole conditions in wells.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "7078",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/related/tasks/7078",
         "title": "Operate pumps that circulate water, oil, or other fluids through wells to remove sand or other materials obstructing the free flow of oil.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "7075",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/related/tasks/7075",
         "title": "Drive truck-mounted units to well sites.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "7088",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/related/tasks/7088",
         "title": "Interpret instrument readings to ascertain the depth of obstruction.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "7077",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/related/tasks/7077",
         "title": "Thread cables through derrick pulleys, using hand tools.",
         "importance": 74,
         "category": "Core"
      }
   ]
}