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.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "22138",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/related/tasks/22138",
         "title": "Apply principles of specialized fields of science, such as agronomy, soil science, forestry, or agriculture, to achieve conservation objectives.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "22153",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/related/tasks/22153",
         "title": "Plan soil management or conservation practices, such as crop rotation, reforestation, permanent vegetation, contour plowing, or terracing, to maintain soil or conserve water.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "22135",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/related/tasks/22135",
         "title": "Monitor projects during or after construction to ensure projects conform to design specifications.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "22134",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/related/tasks/22134",
         "title": "Advise land users, such as farmers or ranchers, on plans, problems, or alternative conservation solutions.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "22133",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/related/tasks/22133",
         "title": "Implement soil or water management techniques, such as nutrient management, erosion control, buffers, or filter strips, in accordance with conservation plans.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "22140",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/related/tasks/22140",
         "title": "Compute design specifications for implementation of conservation practices, using survey or field information, technical guides or engineering manuals.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "22139",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/related/tasks/22139",
         "title": "Gather information from geographic information systems (GIS) databases or applications to formulate land use recommendations.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "22141",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/related/tasks/22141",
         "title": "Participate on work teams to plan, develop, or implement programs or policies for improving environmental habitats, wetlands, or groundwater or soil resources.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "22145",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/related/tasks/22145",
         "title": "Compute cost estimates of different conservation practices, based on needs of land users, maintenance requirements, or life expectancy of practices.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "22137",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/related/tasks/22137",
         "title": "Develop or maintain working relationships with local government staff or board members.",
         "importance": 75,
         "category": "Core"
      }
   ]
}