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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9063.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "11868",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9063.00/related/tasks/11868",
         "title": "Inspect instruments to locate defects, and to determine their value or the level of restoration required.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "11871",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9063.00/related/tasks/11871",
         "title": "Compare instrument pitches with tuning tool pitches to tune instruments.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "11872",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9063.00/related/tasks/11872",
         "title": "String instruments, and adjust trusses and bridges of instruments to obtain specified string tensions and heights.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "11874",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9063.00/related/tasks/11874",
         "title": "Polish instruments, using rags and polishing compounds, buffing wheels, or burnishing tools.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "11869",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9063.00/related/tasks/11869",
         "title": "Repair cracks in wood or metal instruments, using pinning wire, lathes, fillers, clamps, or soldering irons.",
         "importance": 66,
         "category": "Core"
      }
   ]
}