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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1023.00/details/tasks?start=11&end=14",
   "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.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "1493",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1023.00/related/tasks/1493",
         "title": "Inventory or estimate plant and wildlife populations.",
         "importance": 77,
         "category": "Core"
      },
      {
         "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.",
         "importance": 69,
         "category": "Core"
      },
      {
         "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.",
         "importance": 66,
         "category": "Core"
      },
      {
         "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.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "1497",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1023.00/related/tasks/1497",
         "title": "Study characteristics of animals, such as origin, interrelationships, classification, life histories, diseases, development, genetics, and distribution.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "1498",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1023.00/related/tasks/1498",
         "title": "Perform administrative duties, such as fundraising, public relations, budgeting, and supervision of zoo staff.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "18616",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1023.00/related/tasks/18616",
         "title": "Check for, and ensure compliance with, environmental laws, and notify law enforcement when violations are identified.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "1494",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1023.00/related/tasks/1494",
         "title": "Analyze characteristics of animals to identify and classify them.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "23958",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1023.00/related/tasks/23958",
         "title": "Conduct literature reviews.",
         "importance": 59,
         "category": "Core"
      }
   ]
}