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/53-7073.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7073.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "21159",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7073.00/related/tasks/21159",
         "title": "Monitor pumps and flow lines for gas and fluid leaks.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "21160",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7073.00/related/tasks/21160",
         "title": "Gauge oil and gas production.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "5019",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7073.00/related/tasks/5019",
         "title": "Start compressor engines and divert oil from storage tanks into compressor units and auxiliary equipment to recover natural gas from oil.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "5013",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7073.00/related/tasks/5013",
         "title": "Monitor control panels during pumping operations to ensure that materials are being pumped at the correct pressure, density, rate, and concentration.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "5014",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7073.00/related/tasks/5014",
         "title": "Operate engines and pumps to shut off wells according to production schedules, and to switch flow of oil into storage tanks.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "5016",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7073.00/related/tasks/5016",
         "title": "Repair gas and oil meters and gauges.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "5015",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7073.00/related/tasks/5015",
         "title": "Perform routine maintenance on vehicles and equipment.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "5020",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7073.00/related/tasks/5020",
         "title": "Open valves to return compressed gas to bottoms of specified wells to repressurize them and force oil to surface.",
         "importance": 79,
         "category": "Supplemental"
      },
      {
         "id": "21161",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7073.00/related/tasks/21161",
         "title": "Change water filters.",
         "importance": 76,
         "category": "Supplemental"
      },
      {
         "id": "5023",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7073.00/related/tasks/5023",
         "title": "Prepare trucks and equipment necessary for the type of pumping service required.",
         "importance": 73,
         "category": "Supplemental"
      }
   ]
}