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-2092.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11696",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/related/tasks/11696",
         "title": "Inspect and test equipment to locate damage or worn parts and diagnose malfunctions, or read work orders or schematic drawings to determine required repairs."
      },
      {
         "id": "11690",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/related/tasks/11690",
         "title": "Reassemble repaired electric motors to specified requirements and ratings, using hand tools and electrical meters."
      },
      {
         "id": "11688",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/related/tasks/11688",
         "title": "Measure velocity, horsepower, revolutions per minute (rpm), amperage, circuitry, and voltage of units or parts to diagnose problems, using ammeters, voltmeters, wattmeters, and other testing devices."
      },
      {
         "id": "11692",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/related/tasks/11692",
         "title": "Repair and rebuild defective mechanical parts in electric motors, generators, and related equipment, using hand tools and power tools."
      },
      {
         "id": "11702",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/related/tasks/11702",
         "title": "Lift units or parts such as motors or generators, using cranes or chain hoists, or signal crane operators to lift heavy parts or subassemblies."
      }
   ]
}