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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2042.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "id": "22575",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2042.00/related/tasks/22575",
         "title": "Sing a cappella or with musical accompaniment."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}