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/49-9092.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9092.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13855",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9092.00/related/tasks/13855",
         "title": "Take appropriate safety precautions, such as monitoring dive lengths and depths and registering with authorities before diving expeditions begin."
      },
      {
         "id": "13856",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9092.00/related/tasks/13856",
         "title": "Check and maintain diving equipment, such as helmets, masks, air tanks, harnesses, or gauges."
      },
      {
         "id": "13854",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9092.00/related/tasks/13854",
         "title": "Communicate with workers on the surface while underwater, using signal lines or telephones."
      },
      {
         "id": "13857",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9092.00/related/tasks/13857",
         "title": "Descend into water with the aid of diver helpers, using scuba gear or diving suits."
      },
      {
         "id": "13858",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9092.00/related/tasks/13858",
         "title": "Obtain information about diving tasks and environmental conditions."
      }
   ]
}