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/45-2021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-2021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8232",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2021.00/related/tasks/8232",
         "title": "Feed and water animals, and clean and disinfect pens, cages, yards, and hutches."
      },
      {
         "id": "8237",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2021.00/related/tasks/8237",
         "title": "Observe animals in heat to detect approach of estrus and exercise animals to induce or hasten estrus, if necessary."
      },
      {
         "id": "8236",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2021.00/related/tasks/8236",
         "title": "Treat minor injuries and ailments and contact veterinarians to obtain treatment for animals with serious illnesses or injuries."
      },
      {
         "id": "21080",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2021.00/related/tasks/21080",
         "title": "Purchase and stock supplies of feed and medicines."
      },
      {
         "id": "8235",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2021.00/related/tasks/8235",
         "title": "Select animals to be bred, and semen specimens to be used, according to knowledge of animals, genealogies, traits, and desired offspring characteristics."
      }
   ]
}