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-3052.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-3052.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "20651",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/related/tasks/20651",
         "title": "Mount, balance, change, or check condition or pressure of tires.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "8353",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/related/tasks/8353",
         "title": "Replace defective parts, using hand tools, arbor presses, flexible power presses, or power tools.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "8357",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/related/tasks/8357",
         "title": "Dismantle engines and repair or replace defective parts, such as magnetos, carburetors, or generators.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "8354",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/related/tasks/8354",
         "title": "Connect test panels to engines and measure generator output, ignition timing, or other engine performance indicators.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "8355",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/related/tasks/8355",
         "title": "Listen to engines, examine vehicle frames, or confer with customers to determine nature and extent of malfunction or damage.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "8359",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/related/tasks/8359",
         "title": "Repair or replace other parts, such as headlights, horns, handlebar controls, gasoline or oil tanks, starters, or mufflers.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "8360",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/related/tasks/8360",
         "title": "Disassemble subassembly units and examine condition, movement, or alignment of parts, visually or using gauges.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "8352",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/related/tasks/8352",
         "title": "Repair or adjust motorcycle subassemblies, such as forks, transmissions, brakes, or drive chains, according to specifications.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "20652",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/related/tasks/20652",
         "title": "Reassemble frames and reinstall engines after repairs.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "8358",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/related/tasks/8358",
         "title": "Remove cylinder heads and grind valves to scrape off carbon and replace defective valves, pistons, cylinders, or rings, using hand and power tools.",
         "importance": 84,
         "category": "Core"
      }
   ]
}