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