Lhasa Apso belongs to the Non-Sporting Group.
No picture for this breed yet. Images are imported from Wikimedia Commons, and this one has not turned up a usable photo.
- Group
- Non-Sporting Group
- Life span
- 14β16 years
- Male weight
- 20β30 kg
- Female weight
- 20β30 kg
- Hypoallergenic
- No
- Id
bf1a3791-0df3-4338-9b99-53ac4641bdda
The Lhasa Apso is a small and playful breed of dog that was originally bred in Tibet as a companion dog. They are intelligent, independent, and affectionate, and make excellent family pets.
The breed of dog with the best sense of smell is the bloodhound. random fact from GET /api/v2/facts
More from the Non-Sporting Group
-
American Eskimo Dog
5
-
Bichon Frise
5
-
Boston Terrier
5
-
Bulldog
5
-
Chinese Shar-Pei
5
-
Chow Chow
5
-
Coton de Tulear
5
-
Dalmatian
5
-
Finnish Spitz
5
-
French Bulldog
5
-
Keeshond
-
LΓΆwchen
This page, as API data
Everything above came from https://dogapi.dog/api/v2/breeds/bf1a3791-0df3-4338-9b99-53ac4641bdda. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/bf1a3791-0df3-4338-9b99-53ac4641bdda"
{
"data": {
"id": "bf1a3791-0df3-4338-9b99-53ac4641bdda",
"type": "breed",
"attributes": {
"name": "Lhasa Apso",
"description": "The Lhasa Apso is a small and playful breed of dog that was originally bred in Tibet as a companion dog. They are intelligent, independent, and affectionate, and make excellent family pets.",
"life": {
"max": 16,
"min": 14
},
"male_weight": {
"max": 30,
"min": 20
},
"female_weight": {
"max": 30,
"min": 20
},
"hypoallergenic": false,
"images": []
},
"relationships": {
"group": {
"data": {
"id": "7f6ea988-366a-4e20-b4ba-4d04274fea61",
"type": "group"
}
}
}
}
}
The picture itself also has an endpoint:
https://dogapi.dog/api/v2/breeds/bf1a3791-0df3-4338-9b99-53ac4641bdda/image, which redirects
straight to the file. See it in the reference.