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-5022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-5022.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "14537",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5022.00/related/tasks/14537",
         "title": "Operate engine throttles and steering mechanisms to guide boats on desired courses.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "14538",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5022.00/related/tasks/14538",
         "title": "Direct safety operations in emergency situations.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "14540",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5022.00/related/tasks/14540",
         "title": "Secure boats to docks with mooring lines, and cast off lines to enable departure.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "14535",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5022.00/related/tasks/14535",
         "title": "Maintain desired courses, using compasses or electronic navigational aids.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "14545",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5022.00/related/tasks/14545",
         "title": "Organize and direct the activities of crew members.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "14536",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5022.00/related/tasks/14536",
         "title": "Follow safety procedures to ensure the protection of passengers, cargo, and vessels.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "14541",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5022.00/related/tasks/14541",
         "title": "Maintain equipment such as range markers, fire extinguishers, boat fenders, lines, pumps, and fittings.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14542",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5022.00/related/tasks/14542",
         "title": "Report any observed navigational hazards to authorities.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "14548",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5022.00/related/tasks/14548",
         "title": "Oversee operation of vessels used for carrying passengers, motor vehicles, or goods across rivers, harbors, lakes, and coastal waters.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "14543",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5022.00/related/tasks/14543",
         "title": "Service motors by performing tasks such as changing oil and lubricating parts.",
         "importance": 83,
         "category": "Core"
      }
   ]
}