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

URL:
https://api-v2.onetcenter.org/online/occupations/17-2121.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2121.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "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.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "21892",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2121.00/related/tasks/21892",
         "title": "Evaluate performance of craft during dock and sea trials to determine design changes and conformance with national and international standards.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "21893",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2121.00/related/tasks/21893",
         "title": "Prepare plans, estimates, design and construction schedules, and contract specifications, including any special provisions.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "21894",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2121.00/related/tasks/21894",
         "title": "Check, test, and maintain automatic controls and alarm systems.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "21895",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2121.00/related/tasks/21895",
         "title": "Design layout of craft interior, including cargo space, passenger compartments, ladder wells, and elevators.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "21896",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2121.00/related/tasks/21896",
         "title": "Evaluate operation of marine equipment during acceptance testing and shakedown cruises.",
         "importance": 69,
         "category": "Core"
      }
   ]
}