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/49-3051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "13764",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/related/tasks/13764",
         "title": "Start motors and monitor performance for signs of malfunctioning, such as smoke, excessive vibration, or misfiring.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13765",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/related/tasks/13765",
         "title": "Document inspection and test results and work performed or to be performed.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "13763",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/related/tasks/13763",
         "title": "Mount motors to boats, and operate boats at various speeds on waterways to conduct operational tests.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "13770",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/related/tasks/13770",
         "title": "Repair engine mechanical equipment, such as power tilts, bilge pumps, or power take-offs.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "20801",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/related/tasks/20801",
         "title": "Perform routine engine maintenance on motorboats, such as changing oil and filters.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13766",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/related/tasks/13766",
         "title": "Replace parts, such as gears, magneto points, piston rings, or spark plugs, and reassemble engines.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13767",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/related/tasks/13767",
         "title": "Idle motors and observe thermometers to determine the effectiveness of cooling systems.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "13771",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/related/tasks/13771",
         "title": "Inspect and repair or adjust propellers or propeller shafts.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "13769",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/related/tasks/13769",
         "title": "Adjust carburetor mixtures, electrical point settings, or timing while motors are running in water-filled test tanks.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "13768",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/related/tasks/13768",
         "title": "Set starter locks and align and repair steering or throttle controls, using gauges, screwdrivers, or wrenches.",
         "importance": 72,
         "category": "Core"
      }
   ]
}