🐶 Dog API by kinduff

The Dog API provides dog data as a service!

West Highland White Terrier belongs to the Terrier Group.

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
5–7 kg
Female weight
5–7 kg
Hypoallergenic
No
Id
5e4d2176-648d-4333-b263-cef04563dee4

The West Highland White Terrier is a small, energetic breed that is known for its intelligence, independence, and tenacity. This breed is native to the Scottish Highlands, where it was originally used to hunt small game and rodents.

Americans love dogs! 44% of U.S. households have a dog, which equates to 55.3 million homes 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/5e4d2176-648d-4333-b263-cef04563dee4. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/5e4d2176-648d-4333-b263-cef04563dee4"
Response
{
  "data": {
    "id": "5e4d2176-648d-4333-b263-cef04563dee4",
    "type": "breed",
    "attributes": {
      "name": "West Highland White Terrier",
      "description": "The West Highland White Terrier is a small, energetic breed that is known for its intelligence, independence, and tenacity. This breed is native to the Scottish Highlands, where it was originally used to hunt small game and rodents.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 7,
        "min": 5
      },
      "female_weight": {
        "max": 7,
        "min": 5
      },
      "hypoallergenic": false,
      "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/5e4d2176-648d-4333-b263-cef04563dee4/image, which redirects straight to the file. See it in the reference.