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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1013.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}