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-5011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "9889",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/related/tasks/9889",
         "title": "Inspect derricks, or order their inspection, prior to being raised or lowered.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "9890",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/related/tasks/9890",
         "title": "Inspect derricks for flaws, and clean and oil derricks to maintain proper working conditions.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "9891",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/related/tasks/9891",
         "title": "Control the viscosity and weight of the drilling fluid.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "9892",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/related/tasks/9892",
         "title": "Repair pumps, mud tanks, and related equipment.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "9893",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/related/tasks/9893",
         "title": "Set and bolt crown blocks to posts at tops of derricks.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "9894",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/related/tasks/9894",
         "title": "Listen to mud pumps and check regularly for vibration and other problems to ensure that rig pumps and drilling mud systems are working properly.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "9895",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/related/tasks/9895",
         "title": "Start pumps that circulate mud through drill pipes and boreholes to cool drill bits and flush out drill cuttings.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "9896",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/related/tasks/9896",
         "title": "Position and align derrick elements, using harnesses and platform climbing devices.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "9897",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/related/tasks/9897",
         "title": "Supervise crew members, and provide assistance in training them.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "9898",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/related/tasks/9898",
         "title": "Guide lengths of pipe into and out of elevators.",
         "importance": 79,
         "category": "Core"
      }
   ]
}