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-2042.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2042.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "22574",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2042.00/related/tasks/22574",
         "title": "Perform before live audiences in concerts, recitals, educational presentations, and other social gatherings.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "22575",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2042.00/related/tasks/22575",
         "title": "Sing a cappella or with musical accompaniment.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "22576",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2042.00/related/tasks/22576",
         "title": "Interpret or modify music, applying knowledge of harmony, melody, rhythm, and voice production to individualize presentations and maintain audience interest.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "22577",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2042.00/related/tasks/22577",
         "title": "Specialize in playing a specific family of instruments or a particular type of music.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "22578",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2042.00/related/tasks/22578",
         "title": "Sing as a soloist or as a member of a vocal group.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "22579",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2042.00/related/tasks/22579",
         "title": "Observe choral leaders or prompters for cues or directions in vocal presentation.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "22580",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2042.00/related/tasks/22580",
         "title": "Memorize musical selections and routines, or sing following printed text, musical notation, or customer instructions.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "22581",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2042.00/related/tasks/22581",
         "title": "Play musical instruments as soloists, or as members or guest artists of musical groups such as orchestras, ensembles, or bands.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "22582",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2042.00/related/tasks/22582",
         "title": "Sight-read musical parts during rehearsals.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "22583",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2042.00/related/tasks/22583",
         "title": "Play from memory or by following scores.",
         "importance": 83,
         "category": "Core"
      }
   ]
}