🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Otterhound belongs to the Hound Group.

No picture for this breed yet. Images are imported from Wikimedia Commons, and this one has not turned up a usable photo.

Group
Hound Group
Life span
8–10 years
Male weight
30–45 kg
Female weight
30–45 kg
Hypoallergenic
No
Id
8acfbb7f-f4b8-4e56-b64a-283a007a77eb

The Otterhound is a large and athletic breed of dog that was originally bred in England for hunting otters. They are intelligent, playful, and affectionate, and make excellent companion dogs.

Apple and pear seeds contain arsenic, which may be deadly to dogs. random fact from GET /api/v2/facts

More from the Hound Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/8acfbb7f-f4b8-4e56-b64a-283a007a77eb. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/8acfbb7f-f4b8-4e56-b64a-283a007a77eb"
Response
{
  "data": {
    "id": "8acfbb7f-f4b8-4e56-b64a-283a007a77eb",
    "type": "breed",
    "attributes": {
      "name": "Otterhound",
      "description": "The Otterhound is a large and athletic breed of dog that was originally bred in England for hunting otters. They are intelligent, playful, and affectionate, and make excellent companion dogs.",
      "life": {
        "max": 10,
        "min": 8
      },
      "male_weight": {
        "max": 45,
        "min": 30
      },
      "female_weight": {
        "max": 45,
        "min": 30
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "be0147df-7755-4228-b132-2518c0c6d10d",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/8acfbb7f-f4b8-4e56-b64a-283a007a77eb/image, which redirects straight to the file. See it in the reference.