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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9092.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13871",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9092.00/related/tasks/13871",
         "title": "Supervise or train other divers, including hobby divers.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "20809",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9092.00/related/tasks/20809",
         "title": "Inspect the condition of underwater steel or wood structures.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "13859",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9092.00/related/tasks/13859",
         "title": "Inspect and test docks, ships, buoyage systems, plant intakes or outflows, or underwater pipelines, cables, or sewers, using closed circuit television, still photography, and testing equipment.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "13860",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9092.00/related/tasks/13860",
         "title": "Repair ships, bridge foundations, or other structures below the water line, using caulk, bolts, and hand tools.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "13862",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9092.00/related/tasks/13862",
         "title": "Recover objects by placing rigging around sunken objects, hooking rigging to crane lines, and operating winches, derricks, or cranes to raise objects.",
         "importance": 72,
         "category": "Core"
      }
   ]
}