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-4012.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20533",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4012.00/related/tasks/20533",
         "title": "Prepare land for cultivated crops, orchards, or vineyards by plowing, discing, leveling, or contouring."
      },
      {
         "id": "5541",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4012.00/related/tasks/5541",
         "title": "Operate farm machinery, including tractors, plows, mowers, combines, balers, sprayers, earthmoving equipment, or trucks."
      },
      {
         "id": "5528",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4012.00/related/tasks/5528",
         "title": "Record data pertaining to experimentation, research, or animal care."
      },
      {
         "id": "5544",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4012.00/related/tasks/5544",
         "title": "Maintain or repair agricultural facilities, equipment, or tools to ensure operational readiness, safety, and cleanliness."
      },
      {
         "id": "5542",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4012.00/related/tasks/5542",
         "title": "Perform crop production duties, such as tilling, hoeing, pruning, weeding, or harvesting crops."
      }
   ]
}