🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Saint Bernard belongs to the Working Group.

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
8–10 years
Male weight
90–110 kg
Female weight
90–110 kg
Hypoallergenic
No
Id
e0c3dc07-73d6-4209-ae0b-8ddd99817287

The Saint Bernard is a large, powerful dog breed with a thick, long coat that is typically red and white or brown and white in color. They are known for their strength, stamina, and gentleness, and were originally bred to help monks at the Great St. Bernard Hospice in the Swiss Alps.

There is a dog-shaped building in New Zealand. 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/e0c3dc07-73d6-4209-ae0b-8ddd99817287. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/e0c3dc07-73d6-4209-ae0b-8ddd99817287"
Response
{
  "data": {
    "id": "e0c3dc07-73d6-4209-ae0b-8ddd99817287",
    "type": "breed",
    "attributes": {
      "name": "Saint Bernard",
      "description": "The Saint Bernard is a large, powerful dog breed with a thick, long coat that is typically red and white or brown and white in color. They are known for their strength, stamina, and gentleness, and were originally bred to help monks at the Great St. Bernard Hospice in the Swiss Alps.",
      "life": {
        "max": 10,
        "min": 8
      },
      "male_weight": {
        "max": 110,
        "min": 90
      },
      "female_weight": {
        "max": 110,
        "min": 90
      },
      "hypoallergenic": false,
      "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/e0c3dc07-73d6-4209-ae0b-8ddd99817287/image, which redirects straight to the file. See it in the reference.