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/25-1032.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-1032.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "5757",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1032.00/related/tasks/5757",
         "title": "Conduct research in a particular field of knowledge and publish findings in professional journals, books, or electronic media."
      },
      {
         "id": "5758",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1032.00/related/tasks/5758",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts."
      },
      {
         "id": "5756",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1032.00/related/tasks/5756",
         "title": "Evaluate and grade students' class work, laboratory work, assignments, and papers."
      },
      {
         "id": "5760",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1032.00/related/tasks/5760",
         "title": "Write grant proposals to procure external research funding."
      },
      {
         "id": "5755",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1032.00/related/tasks/5755",
         "title": "Supervise undergraduate or graduate teaching, internship, and research work."
      }
   ]
}