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