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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4012.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 75,
         "category": "Core"
      },
      {
         "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.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "20530",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4012.00/related/tasks/20530",
         "title": "Collect animal or crop samples.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "20529",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4012.00/related/tasks/20529",
         "title": "Examine animals or crop specimens to determine the presence of diseases or other problems.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "20527",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4012.00/related/tasks/20527",
         "title": "Set up laboratory or field equipment as required for site testing.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "5548",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4012.00/related/tasks/5548",
         "title": "Supervise or train agricultural technicians or farm laborers.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "19781",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4012.00/related/tasks/19781",
         "title": "Conduct studies of nitrogen or alternative fertilizer application methods, quantities, or timing to ensure satisfaction of crop needs and minimization of leaching, runoff, or denitrification.",
         "importance": 74,
         "category": "Supplemental"
      }
   ]
}