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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-3043.05/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}