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-1021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "12932",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/related/tasks/12932",
         "title": "Share research findings by writing scientific articles or by making presentations at scientific conferences.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "12948",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/related/tasks/12948",
         "title": "Teach or advise undergraduate or graduate students or supervise their research.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "12944",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/related/tasks/12944",
         "title": "Study physical principles of living cells or organisms and their electrical or mechanical energy, applying methods and knowledge of mathematics, physics, chemistry, or biology.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12931",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/related/tasks/12931",
         "title": "Manage laboratory teams or monitor the quality of a team's work.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12930",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/related/tasks/12930",
         "title": "Develop new methods to study the mechanisms of biological processes.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "21168",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/related/tasks/21168",
         "title": "Write grant proposals to obtain funding for research.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "12947",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/related/tasks/12947",
         "title": "Design or perform experiments with equipment, such as lasers, accelerators, or mass spectrometers.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12938",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/related/tasks/12938",
         "title": "Determine the three-dimensional structure of biological macromolecules.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "12951",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/related/tasks/12951",
         "title": "Design or build laboratory equipment needed for special research projects.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "12929",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/related/tasks/12929",
         "title": "Prepare reports or recommendations, based upon research outcomes.",
         "importance": 76,
         "category": "Core"
      }
   ]
}