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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-3023.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "22628",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3023.00/related/tasks/22628",
         "title": "Research a story's background information to provide complete and accurate information.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "22629",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3023.00/related/tasks/22629",
         "title": "Arrange interviews with people who can provide information about a story.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "22630",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3023.00/related/tasks/22630",
         "title": "Gather information and develop perspectives about news subjects through research, interviews, observation, and experience.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "22631",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3023.00/related/tasks/22631",
         "title": "Select material most pertinent to presentation, and organize this material into appropriate formats.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "22632",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3023.00/related/tasks/22632",
         "title": "Present news stories, and introduce in-depth videotaped segments or live transmissions from on-the-scene reporters.",
         "importance": 86,
         "category": "Core"
      }
   ]
}