🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Whippet 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
12–15 years
Male weight
10–15 kg
Female weight
10–15 kg
Hypoallergenic
No
Id
32534831-9241-4be3-a594-70c45e1a9bbe

The Whippet is a medium-sized dog breed with a slender, athletic build and a short, smooth coat that is typically blue, red, or fawn in color. They are known for their speed, grace, and agility, and were originally bred to hunt small game, such as rabbits, by sight.

The largest breed of dog is the Irish Wolfhound. 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/32534831-9241-4be3-a594-70c45e1a9bbe. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/32534831-9241-4be3-a594-70c45e1a9bbe"
Response
{
  "data": {
    "id": "32534831-9241-4be3-a594-70c45e1a9bbe",
    "type": "breed",
    "attributes": {
      "name": "Whippet",
      "description": "The Whippet is a medium-sized dog breed with a slender, athletic build and a short, smooth coat that is typically blue, red, or fawn in color. They are known for their speed, grace, and agility, and were originally bred to hunt small game, such as rabbits, by sight.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 15,
        "min": 10
      },
      "female_weight": {
        "max": 15,
        "min": 10
      },
      "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/32534831-9241-4be3-a594-70c45e1a9bbe/image, which redirects straight to the file. See it in the reference.