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-2011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2011.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "7646",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2011.00/related/tasks/7646",
         "title": "Collaborate with other actors as part of an ensemble.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "7649",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2011.00/related/tasks/7649",
         "title": "Portray and interpret roles, using speech, gestures, and body movements, to entertain, inform, or instruct radio, film, television, or live audiences.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "7644",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2011.00/related/tasks/7644",
         "title": "Work closely with directors, other actors, and playwrights to find the interpretation most suited to the role.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "7647",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2011.00/related/tasks/7647",
         "title": "Perform humorous and serious interpretations of emotions, actions, and situations, using body movements, facial expressions, and gestures.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "7643",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2011.00/related/tasks/7643",
         "title": "Study and rehearse roles from scripts to interpret, learn and memorize lines, stunts, and cues as directed.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7645",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2011.00/related/tasks/7645",
         "title": "Learn about characters in scripts and their relationships to each other to develop role interpretations.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "7648",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2011.00/related/tasks/7648",
         "title": "Attend auditions and casting calls to audition for roles.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "7651",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2011.00/related/tasks/7651",
         "title": "Sing or dance during dramatic or comedic performances.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "7650",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2011.00/related/tasks/7650",
         "title": "Work with other crew members responsible for lighting, costumes, make-up, and props.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "7656",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2011.00/related/tasks/7656",
         "title": "Tell jokes, perform comic dances, songs and skits, impersonate mannerisms and voices of others, contort face, and use other devices to amuse audiences.",
         "importance": 76,
         "category": "Core"
      }
   ]
}