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-9063.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9063.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11865",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9063.00/related/tasks/11865",
         "title": "Play instruments to evaluate their sound quality and to locate any defects."
      },
      {
         "id": "11866",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9063.00/related/tasks/11866",
         "title": "Adjust string tensions to tune instruments, using hand tools and electronic tuning devices."
      },
      {
         "id": "11870",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9063.00/related/tasks/11870",
         "title": "Reassemble instruments following repair, using hand tools and power tools and glue, hair, yarn, resin, or clamps, and lubricate instruments as necessary."
      },
      {
         "id": "11867",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9063.00/related/tasks/11867",
         "title": "Disassemble instruments and parts for repair and adjustment."
      },
      {
         "id": "11873",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9063.00/related/tasks/11873",
         "title": "Repair or replace musical instrument parts and components, such as strings, bridges, felts, and keys, using hand and power tools."
      }
   ]
}