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-9041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11815",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/related/tasks/11815",
         "title": "Repair or maintain the operating condition of industrial production or processing machinery or equipment."
      },
      {
         "id": "11814",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/related/tasks/11814",
         "title": "Repair or replace broken or malfunctioning components of machinery or equipment."
      },
      {
         "id": "11820",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/related/tasks/11820",
         "title": "Clean, lubricate, or adjust parts, equipment, or machinery."
      },
      {
         "id": "11813",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/related/tasks/11813",
         "title": "Disassemble machinery or equipment to remove parts and make repairs."
      },
      {
         "id": "11817",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/related/tasks/11817",
         "title": "Reassemble equipment after completion of inspections, testing, or repairs."
      }
   ]
}