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-1023.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1023.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23957",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1023.00/related/tasks/23957",
         "title": "Develop, or make recommendations on, management systems and plans for wildlife populations and habitat, consulting with stakeholders and the public at large to explore options."
      },
      {
         "id": "1493",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1023.00/related/tasks/1493",
         "title": "Inventory or estimate plant and wildlife populations."
      },
      {
         "id": "18615",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1023.00/related/tasks/18615",
         "title": "Inform and respond to public regarding wildlife and conservation issues, such as plant identification, hunting ordinances, and nuisance wildlife."
      },
      {
         "id": "1492",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1023.00/related/tasks/1492",
         "title": "Study animals in their natural habitats, assessing effects of environment and industry on animals, interpreting findings and recommending alternative operating conditions for industry."
      },
      {
         "id": "1496",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1023.00/related/tasks/1496",
         "title": "Disseminate information by writing reports and scientific papers or journal articles, and by making presentations and giving talks for schools, clubs, interest groups and park interpretive programs."
      }
   ]
}