🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Silky Terrier belongs to the Toy Group.

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

Group
Toy Group
Life span
12–15 years
Male weight
5–7 kg
Female weight
5–7 kg
Hypoallergenic
No
Id
96342549-046f-4f69-9870-8cd95f138b94

The Silky Terrier is a small, sturdy terrier breed known for its soft, silky coat. They have a lively and alert personality, and are very loyal and affectionate towards their family. Silky Terriers are active and require regular exercise and mental stimulation to remain healthy and happy. They are intelligent and eager to please, and make great family pets.

Dogs aren't colorblind but their eyes don't have receptors for red. They see in shades of black and white and also in shades of blue and yellow. random fact from GET /api/v2/facts

More from the Toy Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/96342549-046f-4f69-9870-8cd95f138b94. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/96342549-046f-4f69-9870-8cd95f138b94"
Response
{
  "data": {
    "id": "96342549-046f-4f69-9870-8cd95f138b94",
    "type": "breed",
    "attributes": {
      "name": "Silky Terrier",
      "description": "The Silky Terrier is a small, sturdy terrier breed known for its soft, silky coat. They have a lively and alert personality, and are very loyal and affectionate towards their family. Silky Terriers are active and require regular exercise and mental stimulation to remain healthy and happy. They are intelligent and eager to please, and make great family pets.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 7,
        "min": 5
      },
      "female_weight": {
        "max": 7,
        "min": 5
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "f56dc4b1-ba1a-4454-8ce2-bd5d41404a0c",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/96342549-046f-4f69-9870-8cd95f138b94/image, which redirects straight to the file. See it in the reference.