Peruvian Inca Orchid belongs to the Miscellaneous Class.
No picture for this breed yet. Images are imported from Wikimedia Commons, and this one has not turned up a usable photo.
- Group
- Miscellaneous Class
- Life span
- 12–15 years
- Male weight
- 9–15 kg
- Female weight
- 9–15 kg
- Hypoallergenic
- No
- Id
4205d787-90f6-4f53-8dc9-87d9b61d90be
The Peruvian Inca Orchid is a small and agile breed of dog that was originally bred in Peru for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.
This pup, Nesbit, earned over one million Delta airline miles in his life and had his own frequent flier card. random fact from GET /api/v2/facts
More from the Miscellaneous Class
-
Bracco Italiano
5
-
Danish-Swedish Farmdog
5
-
Dutch Shepherd
5
-
Lancashire Heeler
-
Norrbottenspets
-
Portuguese Podengo
-
Small Munsterlander
-
Teddy Roosevelt Terrier
This page, as API data
Everything above came from https://dogapi.dog/api/v2/breeds/4205d787-90f6-4f53-8dc9-87d9b61d90be. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/4205d787-90f6-4f53-8dc9-87d9b61d90be"
{
"data": {
"id": "4205d787-90f6-4f53-8dc9-87d9b61d90be",
"type": "breed",
"attributes": {
"name": "Peruvian Inca Orchid",
"description": "The Peruvian Inca Orchid is a small and agile breed of dog that was originally bred in Peru for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.",
"life": {
"max": 15,
"min": 12
},
"male_weight": {
"max": 15,
"min": 9
},
"female_weight": {
"max": 15,
"min": 9
},
"hypoallergenic": false,
"images": []
},
"relationships": {
"group": {
"data": {
"id": "d4b72541-a1c6-46d7-b13c-709e148c7884",
"type": "group"
}
}
}
}
}
The picture itself also has an endpoint:
https://dogapi.dog/api/v2/breeds/4205d787-90f6-4f53-8dc9-87d9b61d90be/image, which redirects
straight to the file. See it in the reference.