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-2093.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11727",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/related/tasks/11727",
         "title": "Inspect and test electrical systems and equipment to locate and diagnose malfunctions, using visual inspections, testing devices, and computer software."
      },
      {
         "id": "11728",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/related/tasks/11728",
         "title": "Reassemble and test equipment after repairs."
      },
      {
         "id": "11732",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/related/tasks/11732",
         "title": "Adjust, repair, or replace defective wiring and relays in ignition, lighting, air-conditioning, and safety control systems, using electrician's tools."
      },
      {
         "id": "11729",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/related/tasks/11729",
         "title": "Splice wires with knives or cutting pliers, and solder connections to fixtures, outlets, and equipment."
      },
      {
         "id": "11731",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/related/tasks/11731",
         "title": "Locate and remove or repair circuit defects such as blown fuses or malfunctioning transistors."
      }
   ]
}