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-1013.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1013.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "9021",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1013.00/related/tasks/9021",
         "title": "Communicate research or project results to other professionals or the public or teach related courses, seminars, or workshops.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "9024",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1013.00/related/tasks/9024",
         "title": "Develop methods of conserving or managing soil that can be applied by farmers or forestry companies.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9022",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1013.00/related/tasks/9022",
         "title": "Provide information or recommendations to farmers or other landowners regarding ways in which they can best use land, promote plant growth, or avoid or correct problems such as erosion.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "9025",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1013.00/related/tasks/9025",
         "title": "Conduct experiments to develop new or improved varieties of field crops, focusing on characteristics such as yield, quality, disease resistance, nutritional value, or adaptation to specific soils or climates.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "9026",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1013.00/related/tasks/9026",
         "title": "Investigate soil problems or poor water quality to determine sources and effects.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "9023",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1013.00/related/tasks/9023",
         "title": "Investigate responses of soils to specific management practices to determine the use capabilities of soils and the effects of alternative practices on soil productivity.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "23903",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1013.00/related/tasks/23903",
         "title": "Conduct experiments to investigate the underlying mechanisms of plant growth and response to the environment.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "9030",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1013.00/related/tasks/9030",
         "title": "Identify degraded or contaminated soils and develop plans to improve their chemical, biological, or physical characteristics.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "9035",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1013.00/related/tasks/9035",
         "title": "Develop new or improved methods or products for controlling or eliminating weeds, crop diseases, or insect pests.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "9034",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1013.00/related/tasks/9034",
         "title": "Provide advice regarding the development of regulatory standards for land reclamation or soil conservation.",
         "importance": 63,
         "category": "Core"
      }
   ]
}