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-9094.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7124",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/related/tasks/7124",
         "title": "Cut new or duplicate keys, using key cutting machines."
      },
      {
         "id": "7128",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/related/tasks/7128",
         "title": "Disassemble mechanical or electrical locking devices, and repair or replace worn tumblers, springs, and other parts, using hand tools."
      },
      {
         "id": "18789",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/related/tasks/18789",
         "title": "Cut new or duplicate keys, using impressions or code key machines."
      },
      {
         "id": "7131",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/related/tasks/7131",
         "title": "Open safe locks by drilling."
      },
      {
         "id": "18791",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/related/tasks/18791",
         "title": "Install door hardware, such as locks and closers."
      }
   ]
}