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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/details/tasks?start=11&end=14",
   "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "7688",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/related/tasks/7688",
         "title": "Perform classical, modern, or acrobatic dances in productions, expressing stories, rhythm, and sound with their bodies.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "7689",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/related/tasks/7689",
         "title": "Collaborate with choreographers to refine or modify dance steps.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "7692",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/related/tasks/7692",
         "title": "Audition for dance roles or for membership in dance companies.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "7691",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/related/tasks/7691",
         "title": "Attend costume fittings, photography sessions, and makeup calls associated with dance performances.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "7694",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/related/tasks/7694",
         "title": "Monitor the field of dance to remain aware of current trends and innovations.",
         "importance": 59,
         "category": "Core"
      }
   ]
}