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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2011.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}