🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Kerry Blue Terrier belongs to the Terrier 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
Terrier Group
Life span
12–14 years
Male weight
13–17 kg
Female weight
13–17 kg
Hypoallergenic
Yes
Id
11d190ba-4f98-4671-8952-518e7fbcbd7b

The Kerry Blue Terrier is a medium-sized terrier breed that was developed in Ireland. It is an active and intelligent breed that is loyal and devoted to its family. The Kerry Blue Terrier stands between 17-19 inches at the shoulder and has a long, wavy coat that can come in various colors.

A German Shepherd named Orient accompanied her blind owner Bill Irwin as he became the first blind person to through-hike the 2,100-mile Appalachian Trail in 1990. random fact from GET /api/v2/facts

More from the Terrier Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/11d190ba-4f98-4671-8952-518e7fbcbd7b. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/11d190ba-4f98-4671-8952-518e7fbcbd7b"
Response
{
  "data": {
    "id": "11d190ba-4f98-4671-8952-518e7fbcbd7b",
    "type": "breed",
    "attributes": {
      "name": "Kerry Blue Terrier",
      "description": "The Kerry Blue Terrier is a medium-sized terrier breed that was developed in Ireland. It is an active and intelligent breed that is loyal and devoted to its family. The Kerry Blue Terrier stands between 17-19 inches at the shoulder and has a long, wavy coat that can come in various colors.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 17,
        "min": 13
      },
      "female_weight": {
        "max": 17,
        "min": 13
      },
      "hypoallergenic": true,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "1bbf373b-1937-4e73-9863-45385daa4979",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/11d190ba-4f98-4671-8952-518e7fbcbd7b/image, which redirects straight to the file. See it in the reference.