🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Soft Coated Wheaten 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–15 years
Male weight
18–25 kg
Female weight
18–25 kg
Hypoallergenic
Yes
Id
faa43ad0-3e19-4506-9a31-0bd1d821f5aa

The Soft Coated Wheaten Terrier is a medium-sized breed of dog that was originally bred in Ireland for herding and guarding livestock. They are intelligent, playful, and energetic, and make excellent companion dogs.

Chocolate contains a substance known as theobromine (similar to caffeine) which can kill dogs or, at the very least, make them violently ill. 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/faa43ad0-3e19-4506-9a31-0bd1d821f5aa. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/faa43ad0-3e19-4506-9a31-0bd1d821f5aa"
Response
{
  "data": {
    "id": "faa43ad0-3e19-4506-9a31-0bd1d821f5aa",
    "type": "breed",
    "attributes": {
      "name": "Soft Coated Wheaten Terrier",
      "description": "The Soft Coated Wheaten Terrier is a medium-sized breed of dog that was originally bred in Ireland for herding and guarding livestock. They are intelligent, playful, and energetic, and make excellent companion dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 25,
        "min": 18
      },
      "female_weight": {
        "max": 25,
        "min": 18
      },
      "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/faa43ad0-3e19-4506-9a31-0bd1d821f5aa/image, which redirects straight to the file. See it in the reference.