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-2012.03/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2012.03/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "7680",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.03/related/tasks/7680",
         "title": "Operate and maintain on-air and production audio equipment.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "7665",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.03/related/tasks/7665",
         "title": "Check completed program logs for accuracy and conformance with Federal Communications Commission (FCC) rules and regulations and resolve program log inaccuracies.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "7679",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.03/related/tasks/7679",
         "title": "Read news, read or record public service and promotional announcements, or perform other on-air duties.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "7664",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.03/related/tasks/7664",
         "title": "Direct and coordinate activities of personnel engaged in broadcast news, sports, or programming.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "7663",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.03/related/tasks/7663",
         "title": "Monitor and review programming to ensure that schedules are met, guidelines are adhered to, and performances are of adequate quality.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "7675",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.03/related/tasks/7675",
         "title": "Prepare copy and edit tape so that material is ready for broadcasting.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "7667",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.03/related/tasks/7667",
         "title": "Coordinate activities between departments, such as news and programming.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "7668",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.03/related/tasks/7668",
         "title": "Perform personnel duties, such as hiring staff and evaluating work performance.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "7666",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.03/related/tasks/7666",
         "title": "Establish work schedules and assign work to staff members.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "7674",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.03/related/tasks/7674",
         "title": "Develop promotions for current programs and specials.",
         "importance": 70,
         "category": "Core"
      }
   ]
}