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/19-2011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7525",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2011.00/related/tasks/7525",
         "title": "Analyze research data to determine its significance, using computers."
      },
      {
         "id": "7526",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2011.00/related/tasks/7526",
         "title": "Present research findings at scientific conferences and in papers written for scientific journals."
      },
      {
         "id": "7524",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2011.00/related/tasks/7524",
         "title": "Study celestial phenomena, using a variety of ground-based and space-borne telescopes and scientific instruments."
      },
      {
         "id": "7530",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2011.00/related/tasks/7530",
         "title": "Collaborate with other astronomers to carry out research projects."
      },
      {
         "id": "21171",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2011.00/related/tasks/21171",
         "title": "Mentor graduate students and junior colleagues."
      }
   ]
}