🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Standard Schnauzer belongs to the Working 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
Working Group
Life span
12–15 years
Male weight
18–22 kg
Female weight
18–22 kg
Hypoallergenic
Yes
Id
5e415b34-d15f-46da-ab83-25ec1e48bced

The Standard Schnauzer is a medium-sized German working dog. They are intelligent, active, and loyal, and make great family pets. Standard Schnauzers have a distinctive wiry coat that can be black, salt-and-pepper, or black-and-silver in color. They are easy to train and require plenty of exercise and mental stimulation to stay healthy and happy.

The Norwegian Lundehund is the only dog with six toes on each foot. random fact from GET /api/v2/facts

More from the Working Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/5e415b34-d15f-46da-ab83-25ec1e48bced. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/5e415b34-d15f-46da-ab83-25ec1e48bced"
Response
{
  "data": {
    "id": "5e415b34-d15f-46da-ab83-25ec1e48bced",
    "type": "breed",
    "attributes": {
      "name": "Standard Schnauzer",
      "description": "The Standard Schnauzer is a medium-sized German working dog. They are intelligent, active, and loyal, and make great family pets. Standard Schnauzers have a distinctive wiry coat that can be black, salt-and-pepper, or black-and-silver in color. They are easy to train and require plenty of exercise and mental stimulation to stay healthy and happy.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 22,
        "min": 18
      },
      "female_weight": {
        "max": 22,
        "min": 18
      },
      "hypoallergenic": true,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "56081cf0-fdf2-4114-9bf7-23a3f5b6af91",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/5e415b34-d15f-46da-ab83-25ec1e48bced/image, which redirects straight to the file. See it in the reference.