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-2031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7686",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/related/tasks/7686",
         "title": "Study and practice dance moves required in roles."
      },
      {
         "id": "7687",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/related/tasks/7687",
         "title": "Harmonize body movements to rhythm of musical accompaniment."
      },
      {
         "id": "7685",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/related/tasks/7685",
         "title": "Train, exercise, and attend dance classes to maintain high levels of technical proficiency, physical ability, and physical fitness."
      },
      {
         "id": "7690",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/related/tasks/7690",
         "title": "Coordinate dancing with that of partners or dance ensembles."
      },
      {
         "id": "7693",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/related/tasks/7693",
         "title": "Develop self-understanding of physical capabilities and limitations, and choose dance styles accordingly."
      }
   ]
}