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/17-2171.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2171.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "3582",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2171.00/related/tasks/3582",
         "title": "Specify and supervise well modification and stimulation programs to maximize oil and gas recovery.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "3580",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2171.00/related/tasks/3580",
         "title": "Monitor production rates, and plan rework processes to improve production.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "3586",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2171.00/related/tasks/3586",
         "title": "Maintain records of drilling and production operations.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "3581",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2171.00/related/tasks/3581",
         "title": "Analyze data to recommend placement of wells and supplementary processes to enhance production.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "3584",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2171.00/related/tasks/3584",
         "title": "Assist engineering and other personnel to solve operating problems.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "3583",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2171.00/related/tasks/3583",
         "title": "Direct and monitor the completion and evaluation of wells, well testing, or well surveys.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "3585",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2171.00/related/tasks/3585",
         "title": "Develop plans for oil and gas field drilling, and for product recovery and treatment.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "3579",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2171.00/related/tasks/3579",
         "title": "Assess costs and estimate the production capabilities and economic value of oil and gas wells, to evaluate the economic viability of potential drilling sites.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "3587",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2171.00/related/tasks/3587",
         "title": "Confer with scientific, engineering, and technical personnel to resolve design, research, and testing problems.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "3591",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2171.00/related/tasks/3591",
         "title": "Interpret drilling and testing information for personnel.",
         "importance": 67,
         "category": "Core"
      }
   ]
}