Otterhound belongs to the Hound Group.
No picture for this breed yet. Images are imported from Wikimedia Commons, and this one has not turned up a usable photo.
- Group
- Hound Group
- Life span
- 8–10 years
- Male weight
- 30–45 kg
- Female weight
- 30–45 kg
- Hypoallergenic
- No
- Id
8acfbb7f-f4b8-4e56-b64a-283a007a77eb
The Otterhound is a large and athletic breed of dog that was originally bred in England for hunting otters. They are intelligent, playful, and affectionate, and make excellent companion dogs.
Apple and pear seeds contain arsenic, which may be deadly to dogs. random fact from GET /api/v2/facts
More from the Hound Group
-
Afghan Hound
5
-
American English Coonhound
4
-
American Foxhound
5
-
Azawakh
5
-
Basenji
5
-
Basset Hound
5
-
Beagle
5
-
Black and Tan Coonhound
-
Bloodhound
5
-
Bluetick Coonhound
5
-
Borzoi
5
-
Cirneco dell'Etna
5
This page, as API data
Everything above came from https://dogapi.dog/api/v2/breeds/8acfbb7f-f4b8-4e56-b64a-283a007a77eb. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/8acfbb7f-f4b8-4e56-b64a-283a007a77eb"
{
"data": {
"id": "8acfbb7f-f4b8-4e56-b64a-283a007a77eb",
"type": "breed",
"attributes": {
"name": "Otterhound",
"description": "The Otterhound is a large and athletic breed of dog that was originally bred in England for hunting otters. They are intelligent, playful, and affectionate, and make excellent companion dogs.",
"life": {
"max": 10,
"min": 8
},
"male_weight": {
"max": 45,
"min": 30
},
"female_weight": {
"max": 45,
"min": 30
},
"hypoallergenic": false,
"images": []
},
"relationships": {
"group": {
"data": {
"id": "be0147df-7755-4228-b132-2518c0c6d10d",
"type": "group"
}
}
}
}
}
The picture itself also has an endpoint:
https://dogapi.dog/api/v2/breeds/8acfbb7f-f4b8-4e56-b64a-283a007a77eb/image, which redirects
straight to the file. See it in the reference.