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-4021.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-4021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "3741",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/related/tasks/3741",
         "title": "Conduct research, or assist in the conduct of research, including the collection of information and samples, such as blood, water, soil, plants and animals."
      },
      {
         "id": "3740",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/related/tasks/3740",
         "title": "Use computers, computer-interfaced equipment, robotics or high-technology industrial applications to perform work duties."
      },
      {
         "id": "3749",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/related/tasks/3749",
         "title": "Monitor and observe experiments, recording production and test data for evaluation by research personnel."
      },
      {
         "id": "3747",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/related/tasks/3747",
         "title": "Analyze experimental data and interpret results to write reports and summaries of findings."
      },
      {
         "id": "3743",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/related/tasks/3743",
         "title": "Provide technical support and services for scientists and engineers working in fields such as agriculture, environmental science, resource management, biology, and health sciences."
      }
   ]
}