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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5071.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "id": "7119",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5071.00/related/tasks/7119",
         "title": "Guide cranes to move loads about decks."
      },
      {
         "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."
      },
      {
         "id": "23978",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5071.00/related/tasks/23978",
         "title": "Lay gas and oil pipelines."
      }
   ]
}