Havanese belongs to the Toy Group.
No picture for this breed yet. Images are imported from Wikimedia Commons, and this one has not turned up a usable photo.
- Group
- Toy Group
- Life span
- 14β16 years
- Male weight
- 3β5 kg
- Female weight
- 3β5 kg
- Hypoallergenic
- No
- Id
feaa80fe-68bc-42b9-b2b5-2220ec4ff615
The Havanese is a small and playful breed of dog that was originally bred in Cuba as a companion dog. They are intelligent, affectionate, and loyal, and make excellent family pets.
A Beatles hit. Itβs rumored that, at the end of the Beatles song, "A Day in the Life," Paul McCartney recorded an ultrasonic whistle, audible only to dogs, just for his Shetland sheepdog. random fact from GET /api/v2/facts
More from the Toy Group
-
Affenpinscher
5
-
Biewer Terrier
5
-
Brussels Griffon
5
-
Cavalier King Charles Spaniel
5
-
Chihuahua
5
-
Chinese Crested
5
-
English Toy Spaniel
5
-
Italian Greyhound
-
Japanese Chin
-
Maltese
-
Manchester Terrier (Toy)
-
Miniature Pinscher
This page, as API data
Everything above came from https://dogapi.dog/api/v2/breeds/feaa80fe-68bc-42b9-b2b5-2220ec4ff615. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/feaa80fe-68bc-42b9-b2b5-2220ec4ff615"
{
"data": {
"id": "feaa80fe-68bc-42b9-b2b5-2220ec4ff615",
"type": "breed",
"attributes": {
"name": "Havanese",
"description": "The Havanese is a small and playful breed of dog that was originally bred in Cuba as a companion dog. They are intelligent, affectionate, and loyal, and make excellent family pets.",
"life": {
"max": 16,
"min": 14
},
"male_weight": {
"max": 5,
"min": 3
},
"female_weight": {
"max": 5,
"min": 3
},
"hypoallergenic": false,
"images": []
},
"relationships": {
"group": {
"data": {
"id": "f56dc4b1-ba1a-4454-8ce2-bd5d41404a0c",
"type": "group"
}
}
}
}
}
The picture itself also has an endpoint:
https://dogapi.dog/api/v2/breeds/feaa80fe-68bc-42b9-b2b5-2220ec4ff615/image, which redirects
straight to the file. See it in the reference.