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