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
-
Akita
5
-
Alaskan Malamute
5
-
Anatolian Shepherd Dog
5
-
Bernese Mountain Dog
5
-
Black Russian Terrier
5
-
Boerboel
5
-
Boxer
5
-
Bullmastiff
5
-
Cane Corso
5
-
Chinook
5
-
Doberman Pinscher
5
-
Dogo Argentino
5
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.
curl -s "https://dogapi.dog/api/v2/breeds/e0c3dc07-73d6-4209-ae0b-8ddd99817287"
{
"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.