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-3053.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "13777",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/related/tasks/13777",
         "title": "Record repairs made, time spent, and parts used.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "13780",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/related/tasks/13780",
         "title": "Test and inspect engines to determine malfunctions, to locate missing and broken parts, and to verify repairs, using diagnostic instruments.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "13784",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/related/tasks/13784",
         "title": "Dismantle engines, using hand tools, and examine parts for defects.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "13774",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/related/tasks/13774",
         "title": "Repair and maintain gasoline engines used to power equipment such as portable saws, lawn mowers, generators, and compressors.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "13775",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/related/tasks/13775",
         "title": "Adjust points, valves, carburetors, distributors, and spark plug gaps, using feeler gauges.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "13781",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/related/tasks/13781",
         "title": "Repair or replace defective parts such as magnetos, water pumps, gears, pistons, and carburetors, using hand tools.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "13778",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/related/tasks/13778",
         "title": "Perform routine maintenance such as cleaning and oiling parts, honing cylinders, and tuning ignition systems.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "13776",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/related/tasks/13776",
         "title": "Reassemble engines after repair or maintenance work is complete.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13785",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/related/tasks/13785",
         "title": "Replace motors.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13779",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3053.00/related/tasks/13779",
         "title": "Obtain problem descriptions from customers, and prepare cost estimates for repairs.",
         "importance": 81,
         "category": "Core"
      }
   ]
}