🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Irish Water Spaniel belongs to the Sporting Group. Hypoallergenic.

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

Group
Sporting Group
Life span
12–14 years
Male weight
25–32 kg
Female weight
25–32 kg
Hypoallergenic
Yes
Id
f2e17571-e03c-42fe-bf13-ba20b9f96e93

The Irish Water Spaniel is a large breed of retrieving dog from Ireland. These dogs are large in size, with a long and wavy coat of fur. They have a lively and energetic demeanor, making them excellent working dogs. They are highly trainable and intelligent, with an instinct to retrieve game. They are loyal and devoted to their family, with an independent nature that makes them well suited for retrieving and guard work.

Chihuahuas are born with soft spots in their skulls, just like human babies. random fact from GET /api/v2/facts

More from the Sporting Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/f2e17571-e03c-42fe-bf13-ba20b9f96e93. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/f2e17571-e03c-42fe-bf13-ba20b9f96e93"
Response
{
  "data": {
    "id": "f2e17571-e03c-42fe-bf13-ba20b9f96e93",
    "type": "breed",
    "attributes": {
      "name": "Irish Water Spaniel",
      "description": "The Irish Water Spaniel is a large breed of retrieving dog from Ireland. These dogs are large in size, with a long and wavy coat of fur. They have a lively and energetic demeanor, making them excellent working dogs. They are highly trainable and intelligent, with an instinct to retrieve game. They are loyal and devoted to their family, with an independent nature that makes them well suited for retrieving and guard work.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 32,
        "min": 25
      },
      "female_weight": {
        "max": 32,
        "min": 25
      },
      "hypoallergenic": true,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "ab110192-e41b-43ff-a630-f7aee156b33a",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/f2e17571-e03c-42fe-bf13-ba20b9f96e93/image, which redirects straight to the file. See it in the reference.