Poodle (Toy) belongs to the Toy Group. Hypoallergenic.
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–4 kg
- Female weight
- 3–4 kg
- Hypoallergenic
- Yes
- Id
780895fe-5194-4ace-a365-f95dfdcde4c2
The Toy Poodle is a small and intelligent breed of dog that was originally bred in Germany for hunting waterfowl. They are playful, energetic, and affectionate, and make excellent companion dogs.
Most dogs are capable of understanding up to 250 words and gestures. 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
-
Havanese
-
Italian Greyhound
-
Japanese Chin
-
Maltese
-
Manchester Terrier (Toy)
This page, as API data
Everything above came from https://dogapi.dog/api/v2/breeds/780895fe-5194-4ace-a365-f95dfdcde4c2. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/780895fe-5194-4ace-a365-f95dfdcde4c2"
{
"data": {
"id": "780895fe-5194-4ace-a365-f95dfdcde4c2",
"type": "breed",
"attributes": {
"name": "Poodle (Toy)",
"description": "The Toy Poodle is a small and intelligent breed of dog that was originally bred in Germany for hunting waterfowl. They are playful, energetic, and affectionate, and make excellent companion dogs.",
"life": {
"max": 16,
"min": 14
},
"male_weight": {
"max": 4,
"min": 3
},
"female_weight": {
"max": 4,
"min": 3
},
"hypoallergenic": true,
"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/780895fe-5194-4ace-a365-f95dfdcde4c2/image, which redirects
straight to the file. See it in the reference.