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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}