Manchester Terrier (Toy) 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
- 12β15 years
- Male weight
- 3β5 kg
- Female weight
- 3β5 kg
- Hypoallergenic
- No
- Id
9b61bf4c-7024-4fb3-af78-e10ac05bab42
The Manchester Terrier (Toy) is a small, energetic breed that was originally bred to hunt rats.
Scholars have argued over the metaphysical interpretation of Dorothyβs pooch, Toto, in the Wizard of Oz. One theory postulates that Toto represents Anubis, the dog-headed Egyptian god of death, because Toto consistently keeps Dorothy from safely returning home. 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
-
Miniature Pinscher
This page, as API data
Everything above came from https://dogapi.dog/api/v2/breeds/9b61bf4c-7024-4fb3-af78-e10ac05bab42. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/9b61bf4c-7024-4fb3-af78-e10ac05bab42"
{
"data": {
"id": "9b61bf4c-7024-4fb3-af78-e10ac05bab42",
"type": "breed",
"attributes": {
"name": "Manchester Terrier (Toy)",
"description": "The Manchester Terrier (Toy) is a small, energetic breed that was originally bred to hunt rats.",
"life": {
"max": 15,
"min": 12
},
"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/9b61bf4c-7024-4fb3-af78-e10ac05bab42/image, which redirects
straight to the file. See it in the reference.