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-5012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5012.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "8296",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5012.00/related/tasks/8296",
         "title": "Train crews, and introduce procedures to make drill work more safe and effective.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "8297",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5012.00/related/tasks/8297",
         "title": "Observe pressure gauge and move throttles and levers to control the speed of rotary tables, and to regulate pressure of tools at bottoms of boreholes.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "8298",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5012.00/related/tasks/8298",
         "title": "Count sections of drill rod to determine depths of boreholes.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "8299",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5012.00/related/tasks/8299",
         "title": "Push levers and brake pedals to control gasoline, diesel, electric, or steam draw works that lower and raise drill pipes and casings in and out of wells.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "8300",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5012.00/related/tasks/8300",
         "title": "Connect sections of drill pipe, using hand tools and powered wrenches and tongs.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "8301",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5012.00/related/tasks/8301",
         "title": "Maintain records of footage drilled, location and nature of strata penetrated, materials and tools used, services rendered, and time required.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "8302",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5012.00/related/tasks/8302",
         "title": "Maintain and adjust machinery to ensure proper performance.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "8303",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5012.00/related/tasks/8303",
         "title": "Start and examine operation of slush pumps to ensure circulation and consistency of drilling fluid or mud in well.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "8304",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5012.00/related/tasks/8304",
         "title": "Locate and recover lost or broken bits, casings, and drill pipes from wells, using special tools.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "8305",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5012.00/related/tasks/8305",
         "title": "Weigh clay, and mix with water and chemicals to make drilling mud.",
         "importance": 80,
         "category": "Core"
      }
   ]
}