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-4012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "4014",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/related/tasks/4014",
         "title": "Report equipment problems, ensure that repairs are made, and make emergency repairs to equipment when necessary and possible.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "18653",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/related/tasks/18653",
         "title": "Monitor and log transmitter readings.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "4007",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/related/tasks/4007",
         "title": "Maintain programming logs as required by station management and the Federal Communications Commission.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "4009",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/related/tasks/4009",
         "title": "Monitor strength, clarity, and reliability of incoming and outgoing signals, and adjust equipment as necessary to maintain quality broadcasts.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "4011",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/related/tasks/4011",
         "title": "Observe monitors and converse with station personnel to determine audio and video levels and to ascertain that programs are airing.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "4012",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/related/tasks/4012",
         "title": "Preview scheduled programs to ensure that signals are functioning and programs are ready for transmission.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "18654",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/related/tasks/18654",
         "title": "Play and record broadcast programs, using automation systems.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "18655",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/related/tasks/18655",
         "title": "Set up, operate, and maintain broadcast station computers and networks.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "4013",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/related/tasks/4013",
         "title": "Select sources from which programming will be received or through which programming will be transmitted.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "18656",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/related/tasks/18656",
         "title": "Install broadcast equipment, troubleshoot equipment problems, and perform maintenance or minor repairs, using hand tools.",
         "importance": 76,
         "category": "Core"
      }
   ]
}