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-5011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-5011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "14482",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5011.00/related/tasks/14482",
         "title": "Tie barges together into tow units for tugboats to handle, inspecting barges periodically during voyages and disconnecting them when destinations are reached.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "14479",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5011.00/related/tasks/14479",
         "title": "Attach hoses and operate pumps to transfer substances to and from liquid cargo tanks.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "14461",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5011.00/related/tasks/14461",
         "title": "Handle lines to moor vessels to wharfs, to tie up vessels to other vessels, or to rig towing lines.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14475",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5011.00/related/tasks/14475",
         "title": "Read pressure and temperature gauges or displays and record data in engineering logs.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14462",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5011.00/related/tasks/14462",
         "title": "Stand watch in ships' bows or bridge wings to look for obstructions in a ship's path or to locate navigational aids, such as buoys or lighthouses.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14457",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5011.00/related/tasks/14457",
         "title": "Maintain government-issued certifications, as required.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "14476",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5011.00/related/tasks/14476",
         "title": "Examine machinery to verify specified pressures or lubricant flows.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "14480",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5011.00/related/tasks/14480",
         "title": "Maintain a ship's engines under the direction of the ship's engineering officers.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "14468",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5011.00/related/tasks/14468",
         "title": "Break out, rig, and stow cargo-handling gear, stationary rigging, or running gear.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "14467",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5011.00/related/tasks/14467",
         "title": "Lubricate machinery, equipment, or engine parts, such as gears, shafts, or bearings.",
         "importance": 76,
         "category": "Core"
      }
   ]
}