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-5021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-5021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23802",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5021.00/related/tasks/23802",
         "title": "Direct courses and speeds of ships, based on specialized knowledge of local winds, weather, water depths, tides, currents, and hazards.",
         "importance": 100,
         "category": "Core"
      },
      {
         "id": "23803",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5021.00/related/tasks/23803",
         "title": "Prevent ships under navigational control from engaging in unsafe operations.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "23804",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5021.00/related/tasks/23804",
         "title": "Serve as a vessel's docking master upon arrival at a port or at a berth.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "23805",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5021.00/related/tasks/23805",
         "title": "Consult maps, charts, weather reports, or navigation equipment to determine and direct ship movements.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "23806",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5021.00/related/tasks/23806",
         "title": "Steer and operate vessels, using radios, depth finders, radars, lights, buoys, or lighthouses.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "23807",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5021.00/related/tasks/23807",
         "title": "Operate ship-to-shore radios to exchange information needed for ship operations.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "23808",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5021.00/related/tasks/23808",
         "title": "Dock or undock vessels, sometimes maneuvering through narrow spaces, such as locks.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "23809",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5021.00/related/tasks/23809",
         "title": "Stand watches on vessels during specified periods while vessels are under way.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "23810",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5021.00/related/tasks/23810",
         "title": "Inspect vessels to ensure efficient and safe operation of vessels and equipment and conformance to regulations.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "23811",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5021.00/related/tasks/23811",
         "title": "Read gauges to verify sufficient levels of hydraulic fluid, air pressure, or oxygen.",
         "importance": 89,
         "category": "Core"
      }
   ]
}