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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "id": "18653",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/related/tasks/18653",
         "title": "Monitor and log transmitter readings."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}