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/33-9011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-9011.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "7958",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9011.00/related/tasks/7958",
         "title": "Investigate reports of animal attacks or animal cruelty, interviewing witnesses, collecting evidence, and writing reports.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "7959",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9011.00/related/tasks/7959",
         "title": "Capture and remove stray, uncontrolled, or abused animals from undesirable conditions, using nets, nooses, or tranquilizer darts as necessary.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "7963",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9011.00/related/tasks/7963",
         "title": "Supply animals with food, water, and personal care.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "7968",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9011.00/related/tasks/7968",
         "title": "Write reports of activities, and maintain files of impoundments and dispositions of animals.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "7965",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9011.00/related/tasks/7965",
         "title": "Prepare for prosecutions related to animal treatment, and give evidence in court.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "7960",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9011.00/related/tasks/7960",
         "title": "Examine animals for injuries or malnutrition, and arrange for any necessary medical treatment.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "7967",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9011.00/related/tasks/7967",
         "title": "Contact animal owners to inform them that their pets are at animal holding facilities.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "7966",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9011.00/related/tasks/7966",
         "title": "Educate the public about animal welfare, and animal control laws and regulations.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "7964",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9011.00/related/tasks/7964",
         "title": "Clean facilities and equipment such as dog pens and animal control trucks.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "7961",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9011.00/related/tasks/7961",
         "title": "Remove captured animals from animal-control service vehicles and place animals in shelter cages or other enclosures.",
         "importance": 84,
         "category": "Core"
      }
   ]
}