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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2011.00/details/tasks?start=11&end=17",
   "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "21171",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2011.00/related/tasks/21171",
         "title": "Mentor graduate students and junior colleagues.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "21172",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2011.00/related/tasks/21172",
         "title": "Supervise students' research on celestial and astronomical phenomena.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "7532",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2011.00/related/tasks/7532",
         "title": "Teach astronomy or astrophysics.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "7528",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2011.00/related/tasks/7528",
         "title": "Develop theories based on personal observations or on observations and theories of other astronomers.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "7527",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2011.00/related/tasks/7527",
         "title": "Measure radio, infrared, gamma, and x-ray emissions from extraterrestrial sources.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "7531",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2011.00/related/tasks/7531",
         "title": "Develop instrumentation and software for astronomical observation and analysis.",
         "importance": 74,
         "category": "Core"
      }
   ]
}