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-1041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "5778",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/related/tasks/5778",
         "title": "Keep abreast of developments in the field by reading current literature, talking with colleagues, and participating in professional conferences."
      },
      {
         "id": "5785",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/related/tasks/5785",
         "title": "Advise students on academic and vocational curricula and on career issues."
      },
      {
         "id": "5783",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/related/tasks/5783",
         "title": "Supervise undergraduate or graduate teaching, internship, and research work."
      },
      {
         "id": "5782",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/related/tasks/5782",
         "title": "Supervise laboratory sessions and field work and coordinate laboratory operations."
      },
      {
         "id": "5781",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/related/tasks/5781",
         "title": "Conduct research in a particular field of knowledge and publish findings in professional journals, books, or electronic media."
      }
   ]
}