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-3023.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-3023.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22623",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3023.00/related/tasks/22623",
         "title": "Write commentaries, columns, or scripts, using computers."
      },
      {
         "id": "22624",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3023.00/related/tasks/22624",
         "title": "Coordinate and serve as an anchor on news broadcast programs."
      },
      {
         "id": "22625",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3023.00/related/tasks/22625",
         "title": "Examine news items of local, national, and international significance to determine topics to address, or obtain assignments from editorial staff members."
      },
      {
         "id": "22626",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3023.00/related/tasks/22626",
         "title": "Analyze and interpret news and information received from various sources to broadcast the information."
      },
      {
         "id": "22627",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3023.00/related/tasks/22627",
         "title": "Receive assignments or evaluate leads or tips to develop story ideas."
      }
   ]
}