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