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/17-2121.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2121.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21887",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2121.00/related/tasks/21887",
         "title": "Design complete hull and superstructure according to specifications and test data, in conformity with standards of safety, efficiency, and economy."
      },
      {
         "id": "21888",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2121.00/related/tasks/21888",
         "title": "Supervise other engineers and crew members and train them for routine and emergency duties."
      },
      {
         "id": "21889",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2121.00/related/tasks/21889",
         "title": "Study design proposals and specifications to establish basic characteristics of craft, such as size, weight, speed, propulsion, displacement, and draft."
      },
      {
         "id": "21890",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2121.00/related/tasks/21890",
         "title": "Perform monitoring activities to ensure that ships comply with international regulations and standards for life-saving equipment and pollution preventatives."
      },
      {
         "id": "21891",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2121.00/related/tasks/21891",
         "title": "Oversee construction and testing of prototype in model basin and develop sectional and waterline curves of hull to establish center of gravity, ideal hull form, and buoyancy and stability data."
      }
   ]
}