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/27-2041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "22544",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/related/tasks/22544",
         "title": "Use gestures to shape the music being played, communicating desired tempo, phrasing, tone, color, pitch, volume, and other performance aspects.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "22545",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/related/tasks/22545",
         "title": "Direct groups at rehearsals and live or recorded performances to achieve desired effects such as tonal and harmonic balance dynamics, rhythm, and tempo.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "22546",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/related/tasks/22546",
         "title": "Study scores to learn the music in detail, and to develop interpretations.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "22547",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/related/tasks/22547",
         "title": "Apply elements of music theory to create musical and tonal structures, including harmonies and melodies.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "22548",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/related/tasks/22548",
         "title": "Consider such factors as ensemble size and abilities, availability of scores, and the need for musical variety, to select music to be performed.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "22549",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/related/tasks/22549",
         "title": "Determine voices, instruments, harmonic structures, rhythms, tempos, and tone balances required to achieve the effects desired in a musical composition.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "22550",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/related/tasks/22550",
         "title": "Experiment with different sounds, and types and pieces of music, using synthesizers and computers as necessary to test and evaluate ideas.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "22551",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/related/tasks/22551",
         "title": "Transcribe ideas for musical compositions into musical notation, using instruments, pen and paper, or computers.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "22552",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/related/tasks/22552",
         "title": "Audition and select performers for musical presentations.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "22553",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/related/tasks/22553",
         "title": "Plan and schedule rehearsals and performances, and arrange details such as locations, accompanists, and instrumentalists.",
         "importance": 78,
         "category": "Core"
      }
   ]
}