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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-2021.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "8233",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2021.00/related/tasks/8233",
         "title": "Examine animals to detect symptoms of illness or injury.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "8240",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2021.00/related/tasks/8240",
         "title": "Build hutches, pens, and fenced yards.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "8238",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2021.00/related/tasks/8238",
         "title": "Record animal characteristics such as weights, growth patterns, and diets.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "8251",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2021.00/related/tasks/8251",
         "title": "Brand, tattoo, or tag animals to allow animal identification.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "8246",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2021.00/related/tasks/8246",
         "title": "Arrange for sale of animals and eggs to hospitals, research centers, pet shops, and food processing plants.",
         "importance": 87,
         "category": "Supplemental"
      }
   ]
}