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-3041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-3041.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "1777",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3041.00/related/tasks/1777",
         "title": "Read copy or proof to detect and correct errors in spelling, punctuation, and syntax.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "1780",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3041.00/related/tasks/1780",
         "title": "Verify facts, dates, and statistics, using standard reference sources.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "1786",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3041.00/related/tasks/1786",
         "title": "Read, evaluate and edit manuscripts or other materials submitted for publication, and confer with authors regarding changes in content, style or organization, or publication.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "1782",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3041.00/related/tasks/1782",
         "title": "Develop story or content ideas, considering reader or audience appeal.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "1776",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3041.00/related/tasks/1776",
         "title": "Prepare, rewrite and edit copy to improve readability, or supervise others who do this work.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "1783",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3041.00/related/tasks/1783",
         "title": "Oversee publication production, including artwork, layout, computer typesetting, and printing, ensuring adherence to deadlines and budget requirements.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "21000",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3041.00/related/tasks/21000",
         "title": "Write text, such as stories, articles, editorials, or newsletters.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "1789",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3041.00/related/tasks/1789",
         "title": "Supervise and coordinate work of reporters and other editors.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "1784",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3041.00/related/tasks/1784",
         "title": "Confer with management and editorial staff members regarding placement and emphasis of developing news stories.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "1779",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3041.00/related/tasks/1779",
         "title": "Plan the contents of publications according to the publication's style, editorial policy, and publishing requirements.",
         "importance": 77,
         "category": "Core"
      }
   ]
}