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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "3934",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/tasks/3934",
         "title": "Operate control consoles."
      },
      {
         "id": "3937",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/tasks/3937",
         "title": "Record commercials for later broadcast."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}