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-4014.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-4014.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "7727",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/related/tasks/7727",
         "title": "Record speech, music, and other sounds on recording media, using recording equipment.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "7720",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/related/tasks/7720",
         "title": "Confer with producers, performers, and others to determine and achieve the desired sound for a production, such as a musical recording or a film.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "7729",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/related/tasks/7729",
         "title": "Separate instruments, vocals, and other sounds, and combine sounds during the mixing or postproduction stage.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7722",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/related/tasks/7722",
         "title": "Regulate volume level and sound quality during recording sessions, using control consoles.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "18662",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/related/tasks/18662",
         "title": "Set up, test, and adjust recording equipment for recording sessions and live performances.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "7723",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/related/tasks/7723",
         "title": "Prepare for recording sessions by performing such activities as selecting and setting up microphones.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "7730",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/related/tasks/7730",
         "title": "Keep logs of recordings.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "7725",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/related/tasks/7725",
         "title": "Mix and edit voices, music, and taped sound effects for live performances and for prerecorded events, using sound mixing boards.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "7726",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/related/tasks/7726",
         "title": "Synchronize and equalize prerecorded dialogue, music, and sound effects with visual action of motion pictures or television productions, using control consoles.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "7728",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/related/tasks/7728",
         "title": "Reproduce and duplicate sound recordings from original recording media, using sound editing and duplication equipment.",
         "importance": 73,
         "category": "Core"
      }
   ]
}