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/11-9013.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9013.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "21370",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9013.00/related/tasks/21370",
         "title": "Collect and record growth, production, and environmental data.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "21371",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9013.00/related/tasks/21371",
         "title": "Manage nurseries that grow horticultural plants for sale to trade or retail customers, for display or exhibition, or for research.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "21372",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9013.00/related/tasks/21372",
         "title": "Direct and monitor trapping and spawning of fish, egg incubation, and fry rearing, applying knowledge of management and fish culturing techniques.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "21373",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9013.00/related/tasks/21373",
         "title": "Direct and monitor the transfer of mature fish to lakes, ponds, streams, or commercial tanks.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "21374",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9013.00/related/tasks/21374",
         "title": "Determine how to allocate resources and to respond to unanticipated problems, such as insect infestation, drought, and fire.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "21375",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9013.00/related/tasks/21375",
         "title": "Determine plant growing conditions, such as greenhouses, hydroponics, or natural settings, and set planting and care schedules.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "21376",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9013.00/related/tasks/21376",
         "title": "Devise and participate in activities to improve fish hatching and growth rates, and to prevent disease in hatcheries.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "21377",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9013.00/related/tasks/21377",
         "title": "Position and regulate plant irrigation systems, and program environmental and irrigation control computers.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "21378",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9013.00/related/tasks/21378",
         "title": "Prepare reports required by state and federal laws.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "21379",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9013.00/related/tasks/21379",
         "title": "Inspect facilities and equipment for signs of disrepair, and perform necessary maintenance work.",
         "importance": 72,
         "category": "Core"
      }
   ]
}