Leonberger 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
- 70–80 kg
- Female weight
- 55–65 kg
- Hypoallergenic
- No
- Id
0780919e-5b5d-4883-9c09-c6d150e224ce
The Leonberger is a large and powerful breed of dog that was originally bred in Germany for working on farms. They are intelligent, gentle, and loyal, and make excellent family pets.
A dog's nose is wet because it is lined with mucus, which helps to pick up scents. 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/0780919e-5b5d-4883-9c09-c6d150e224ce. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/0780919e-5b5d-4883-9c09-c6d150e224ce"
{
"data": {
"id": "0780919e-5b5d-4883-9c09-c6d150e224ce",
"type": "breed",
"attributes": {
"name": "Leonberger",
"description": "The Leonberger is a large and powerful breed of dog that was originally bred in Germany for working on farms. They are intelligent, gentle, and loyal, and make excellent family pets.",
"life": {
"max": 10,
"min": 8
},
"male_weight": {
"max": 80,
"min": 70
},
"female_weight": {
"max": 65,
"min": 55
},
"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/0780919e-5b5d-4883-9c09-c6d150e224ce/image, which redirects
straight to the file. See it in the reference.