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-1031.02/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1031.02/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "21169",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.02/related/tasks/21169",
         "title": "Regulate grazing, such as by issuing permits and checking for compliance with standards, and help ranchers plan and organize grazing systems to manage, improve, protect, and maximize the use of rangelands.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "7500",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.02/related/tasks/7500",
         "title": "Manage forage resources through fire, herbicide use, or revegetation to maintain a sustainable yield from the land.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "21170",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.02/related/tasks/21170",
         "title": "Coordinate with federal land managers and other agencies and organizations to manage and protect rangelands.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "7497",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.02/related/tasks/7497",
         "title": "Measure and assess vegetation resources for biological assessment companies, environmental impact statements, and rangeland monitoring programs.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "7498",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.02/related/tasks/7498",
         "title": "Maintain soil stability and vegetation for non-grazing uses, such as wildlife habitats and outdoor recreation.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "7506",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.02/related/tasks/7506",
         "title": "Study grazing patterns to determine number and kind of livestock that can be most profitably grazed and to determine the best grazing seasons.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "7502",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.02/related/tasks/7502",
         "title": "Offer advice to rangeland users on water management, forage production methods, and control of brush.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "7503",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.02/related/tasks/7503",
         "title": "Plan and direct construction and maintenance of range improvements, such as fencing, corrals, stock-watering reservoirs, and soil-erosion control structures.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "7499",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.02/related/tasks/7499",
         "title": "Mediate agreements among rangeland users and preservationists as to appropriate land use and management.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "7501",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.02/related/tasks/7501",
         "title": "Study rangeland management practices and research range problems to provide sustained production of forage, livestock, and wildlife.",
         "importance": 67,
         "category": "Core"
      }
   ]
}