🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Scottish Deerhound 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
35–50 kg
Female weight
35–50 kg
Hypoallergenic
No
Id
861977df-b35a-49c4-b155-e9d29bbd2f0d

The Scottish Deerhound is a large breed of sighthound that originated in Scotland. It is a powerful and athletic breed, with a long, wiry coat. Its head is large and round, with small, erect ears. Its legs are strong and muscular, and its tail is usually docked. The Scottish Deerhound is an intelligent and loyal breed, and it makes an excellent family pet. It is an active breed, and it needs plenty of exercise and mental stimulation. It is loyal and affectionate, and it enjoys spending time with its family.

Obesity is the top health problem among 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/861977df-b35a-49c4-b155-e9d29bbd2f0d. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/861977df-b35a-49c4-b155-e9d29bbd2f0d"
Response
{
  "data": {
    "id": "861977df-b35a-49c4-b155-e9d29bbd2f0d",
    "type": "breed",
    "attributes": {
      "name": "Scottish Deerhound",
      "description": "The Scottish Deerhound is a large breed of sighthound that originated in Scotland. It is a powerful and athletic breed, with a long, wiry coat. Its head is large and round, with small, erect ears. Its legs are strong and muscular, and its tail is usually docked. The Scottish Deerhound is an intelligent and loyal breed, and it makes an excellent family pet. It is an active breed, and it needs plenty of exercise and mental stimulation. It is loyal and affectionate, and it enjoys spending time with its family.",
      "life": {
        "max": 10,
        "min": 8
      },
      "male_weight": {
        "max": 50,
        "min": 35
      },
      "female_weight": {
        "max": 50,
        "min": 35
      },
      "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/861977df-b35a-49c4-b155-e9d29bbd2f0d/image, which redirects straight to the file. See it in the reference.