🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Irish Wolfhound 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
6–8 years
Male weight
45–90 kg
Female weight
45–90 kg
Hypoallergenic
No
Id
0cef8682-d0c9-48f0-890b-f567eb2e7c2d

The Irish Wolfhound is a large and muscular breed of dog that was originally bred for hunting wolves. They are gentle, intelligent, and loyal, and make excellent family pets.

Max, Jake, Maggie and Molly are the most popular dog names. 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/0cef8682-d0c9-48f0-890b-f567eb2e7c2d. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/0cef8682-d0c9-48f0-890b-f567eb2e7c2d"
Response
{
  "data": {
    "id": "0cef8682-d0c9-48f0-890b-f567eb2e7c2d",
    "type": "breed",
    "attributes": {
      "name": "Irish Wolfhound",
      "description": "The Irish Wolfhound is a large and muscular breed of dog that was originally bred for hunting wolves. They are gentle, intelligent, and loyal, and make excellent family pets.",
      "life": {
        "max": 8,
        "min": 6
      },
      "male_weight": {
        "max": 90,
        "min": 45
      },
      "female_weight": {
        "max": 90,
        "min": 45
      },
      "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/0cef8682-d0c9-48f0-890b-f567eb2e7c2d/image, which redirects straight to the file. See it in the reference.