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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-5011.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}