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-5071.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5071.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "7112",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5071.00/related/tasks/7112",
         "title": "Unscrew or tighten pipes, casing, tubing, and pump rods, using hand and power wrenches and tongs.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "7116",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5071.00/related/tasks/7116",
         "title": "Dismantle and repair oil field machinery, boilers, and steam engine parts, using hand tools and power tools.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "7119",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5071.00/related/tasks/7119",
         "title": "Guide cranes to move loads about decks.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "20145",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5071.00/related/tasks/20145",
         "title": "Walk flow lines to locate leaks, using electronic detectors and by making visual inspections, and repair the leaks.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "23978",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5071.00/related/tasks/23978",
         "title": "Lay gas and oil pipelines.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "7113",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5071.00/related/tasks/7113",
         "title": "Bolt together pump and engine parts.",
         "importance": 59,
         "category": "Core"
      },
      {
         "id": "7115",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5071.00/related/tasks/7115",
         "title": "Move pipes to and from trucks, using truck winches and motorized lifts, or by hand.",
         "importance": 59,
         "category": "Core"
      },
      {
         "id": "23979",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5071.00/related/tasks/23979",
         "title": "Clean trucks used in the fields.",
         "importance": 57,
         "category": "Core"
      },
      {
         "id": "7121",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5071.00/related/tasks/7121",
         "title": "Dig holes, set forms, and mix and pour concrete into forms to make foundations for wood or steel derricks.",
         "importance": 61,
         "category": "Supplemental"
      },
      {
         "id": "7120",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5071.00/related/tasks/7120",
         "title": "Supply equipment to rig floors as requested and provide assistance to roughnecks.",
         "importance": 57,
         "category": "Supplemental"
      }
   ]
}