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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5012.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}