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-5031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-5031.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "14553",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5031.00/related/tasks/14553",
         "title": "Monitor engine, machinery, or equipment indicators when vessels are underway, and report abnormalities to appropriate shipboard staff.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "14552",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5031.00/related/tasks/14552",
         "title": "Monitor the availability, use, or condition of lifesaving equipment or pollution preventatives to ensure that international regulations are followed.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "14559",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5031.00/related/tasks/14559",
         "title": "Monitor and test operations of engines or other equipment so that malfunctions and their causes can be identified.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "14558",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5031.00/related/tasks/14558",
         "title": "Start engines to propel ships, and regulate engines and power transmissions to control speeds of ships, according to directions from captains or bridge computers.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "14556",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5031.00/related/tasks/14556",
         "title": "Perform or participate in emergency drills, as required.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "14561",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5031.00/related/tasks/14561",
         "title": "Perform general marine vessel maintenance or repair work, such as repairing leaks, finishing interiors, refueling, or maintaining decks.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "14560",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5031.00/related/tasks/14560",
         "title": "Maintain or repair engines, electric motors, pumps, winches, or other mechanical or electrical equipment, or assist other crew members with maintenance or repair duties.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "14557",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5031.00/related/tasks/14557",
         "title": "Maintain complete records of engineering department activities, including machine operations.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "14562",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5031.00/related/tasks/14562",
         "title": "Operate or maintain off-loading liquid pumps or valves.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14554",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5031.00/related/tasks/14554",
         "title": "Maintain electrical power, heating, ventilation, refrigeration, water, or sewerage systems.",
         "importance": 81,
         "category": "Core"
      }
   ]
}