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-3043.05/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-3043.05/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "11051",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.05/related/tasks/11051",
         "title": "Write fiction or nonfiction prose, such as short stories, novels, biographies, articles, descriptive or critical analyses, and essays.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "11052",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.05/related/tasks/11052",
         "title": "Develop factors such as themes, plots, characterizations, psychological analyses, historical environments, action, and dialogue to create material.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "11046",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.05/related/tasks/11046",
         "title": "Revise written material to meet personal standards and to satisfy needs of clients, publishers, directors, or producers.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "11047",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.05/related/tasks/11047",
         "title": "Choose subject matter and suitable form to express personal feelings and experiences or ideas, or to narrate stories or events.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "11049",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.05/related/tasks/11049",
         "title": "Prepare works in appropriate format for publication, and send them to publishers or producers.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "11054",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.05/related/tasks/11054",
         "title": "Conduct research to obtain factual information and authentic detail, using sources such as newspaper accounts, diaries, and interviews.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "11053",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.05/related/tasks/11053",
         "title": "Confer with clients, editors, publishers, or producers to discuss changes or revisions to written material.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11048",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.05/related/tasks/11048",
         "title": "Plan project arrangements or outlines, and organize material accordingly.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "11050",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.05/related/tasks/11050",
         "title": "Follow appropriate procedures to get copyrights for completed work.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "11056",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.05/related/tasks/11056",
         "title": "Attend book launches and publicity events, or conduct public readings.",
         "importance": 50,
         "category": "Core"
      }
   ]
}