🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Miniature Schnauzer 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
5–7 kg
Female weight
5–7 kg
Hypoallergenic
Yes
Id
e9579b15-81f7-40ea-98e7-21af2631dceb

The Miniature Schnauzer is a small breed that originated in Germany in the late 19th century. They have a double coat of wiry fur, and come in a variety of colors. They are an intelligent and active breed, and make good family companions. They are alert, and make good watchdogs, and are loyal and devoted to their owners.

A dog's whiskers are used as sensing devices. 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/e9579b15-81f7-40ea-98e7-21af2631dceb. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/e9579b15-81f7-40ea-98e7-21af2631dceb"
Response
{
  "data": {
    "id": "e9579b15-81f7-40ea-98e7-21af2631dceb",
    "type": "breed",
    "attributes": {
      "name": "Miniature Schnauzer",
      "description": "The Miniature Schnauzer is a small breed that originated in Germany in the late 19th century. They have a double coat of wiry fur, and come in a variety of colors. They are an intelligent and active breed, and make good family companions. They are alert, and make good watchdogs, and are loyal and devoted to their owners.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 7,
        "min": 5
      },
      "female_weight": {
        "max": 7,
        "min": 5
      },
      "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/e9579b15-81f7-40ea-98e7-21af2631dceb/image, which redirects straight to the file. See it in the reference.