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-1029.04/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18613",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/related/tasks/18613",
         "title": "Prepare technical and research reports, such as environmental impact reports, and communicate the results to individuals in industry, government, or the general public."
      },
      {
         "id": "173",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/related/tasks/173",
         "title": "Develop and maintain liaisons and effective working relations with groups and individuals, agencies, and the public to encourage cooperative management strategies or to develop information and interpret findings."
      },
      {
         "id": "175",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/related/tasks/175",
         "title": "Collect and analyze biological data about relationships among and between organisms and their environment."
      },
      {
         "id": "174",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/related/tasks/174",
         "title": "Program and use computers to store, process, and analyze data."
      },
      {
         "id": "186",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/related/tasks/186",
         "title": "Supervise biological technicians and technologists and other scientists."
      }
   ]
}