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-3011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "3934",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/tasks/3934",
         "title": "Operate control consoles.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "3937",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/tasks/3937",
         "title": "Record commercials for later broadcast.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "3935",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/tasks/3935",
         "title": "Announce musical selections, station breaks, commercials, or public service information, and accept requests from listening audience.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "3928",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/tasks/3928",
         "title": "Study background information to prepare for programs or interviews.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "3925",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/tasks/3925",
         "title": "Read news flashes to inform audiences of important events.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "20887",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/tasks/20887",
         "title": "Identify stations, and introduce or close shows, ad-libbing or using memorized or read scripts.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "3924",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/tasks/3924",
         "title": "Prepare and deliver news, sports, or weather reports, gathering and rewriting material so that it will convey required information and fit specific time slots.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "3927",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/tasks/3927",
         "title": "Select program content, in conjunction with producers and assistants, based on factors such as program specialties, audience tastes, or requests from the public.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "3929",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/tasks/3929",
         "title": "Comment on music and other matters, such as weather or traffic conditions.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "20888",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/tasks/20888",
         "title": "Develop story lines for broadcasts.",
         "importance": 80,
         "category": "Core"
      }
   ]
}