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/39-2021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-2021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "5072",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-2021.00/related/tasks/5072",
         "title": "Feed and water animals according to schedules and feeding instructions.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "5077",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-2021.00/related/tasks/5077",
         "title": "Provide treatment to sick or injured animals, or contact veterinarians to secure treatment.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "5075",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-2021.00/related/tasks/5075",
         "title": "Examine and observe animals to detect signs of illness, disease, or injury.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "5082",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-2021.00/related/tasks/5082",
         "title": "Mix food, liquid formulas, medications, or food supplements according to instructions, prescriptions, and knowledge of animal species.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "20132",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-2021.00/related/tasks/20132",
         "title": "Do facility laundry and clean, organize, maintain, and disinfect animal quarters, such as pens and stables, and equipment, such as saddles and bridles.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "5080",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-2021.00/related/tasks/5080",
         "title": "Exercise animals to maintain their physical and mental health.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "5078",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-2021.00/related/tasks/5078",
         "title": "Collect and record animal information, such as weight, size, physical condition, treatments received, medications given, and food intake.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "5076",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-2021.00/related/tasks/5076",
         "title": "Respond to questions from patrons, and provide information about animals, such as behavior, habitat, breeding habits, or facility activities.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "5074",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-2021.00/related/tasks/5074",
         "title": "Answer telephones and schedule appointments.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "21150",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-2021.00/related/tasks/21150",
         "title": "Advise pet owners on how to care for their pets' health.",
         "importance": 74,
         "category": "Core"
      }
   ]
}