🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Skye 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
7–8 kg
Female weight
7–8 kg
Hypoallergenic
No
Id
beff84c3-66c4-4335-beba-f346c2565881

The Skye Terrier is a small breed of terrier from the Isle of Skye in Scotland. These dogs are small in size, with a long and wiry coat of fur. They have a dignified and independent demeanor, with an instinct for hunting. They are highly intelligent and trainable, but require firm and consistent training to be obedient. They are loyal and devoted to their family, but can be stubborn and independent at times.

Average body temperature for a dog is 101.2 degrees. 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/beff84c3-66c4-4335-beba-f346c2565881. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/beff84c3-66c4-4335-beba-f346c2565881"
Response
{
  "data": {
    "id": "beff84c3-66c4-4335-beba-f346c2565881",
    "type": "breed",
    "attributes": {
      "name": "Skye Terrier",
      "description": "The Skye Terrier is a small breed of terrier from the Isle of Skye in Scotland. These dogs are small in size, with a long and wiry coat of fur. They have a dignified and independent demeanor, with an instinct for hunting. They are highly intelligent and trainable, but require firm and consistent training to be obedient. They are loyal and devoted to their family, but can be stubborn and independent at times.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 8,
        "min": 7
      },
      "female_weight": {
        "max": 8,
        "min": 7
      },
      "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/beff84c3-66c4-4335-beba-f346c2565881/image, which redirects straight to the file. See it in the reference.