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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-5022.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "id": "14538",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-5022.00/related/tasks/14538",
         "title": "Direct safety operations in emergency situations."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}