Vizsla belongs to the Sporting Group.
No picture for this breed yet. Images are imported from Wikimedia Commons, and this one has not turned up a usable photo.
- Group
- Sporting Group
- Life span
- 12–15 years
- Male weight
- 20–30 kg
- Female weight
- 20–30 kg
- Hypoallergenic
- No
- Id
2d7be3ac-c72b-4d2f-af62-93a1f1d944f9
The Vizsla is a medium-sized breed of dog that was originally bred in Hungary for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.
Dogs like sweets a lot more than cats do. While cats have around only 473 taste buds, dogs have about 1,700 taste buds. Humans have approximately 9,000. random fact from GET /api/v2/facts
More from the Sporting Group
-
American Water Spaniel
5
-
Barbet
5
-
Boykin Spaniel
5
-
Brittany
5
-
Chesapeake Bay Retriever
5
-
Clumber Spaniel
5
-
Cocker Spaniel
5
-
Curly-Coated Retriever
5
-
English Cocker Spaniel
5
-
English Setter
5
-
English Springer Spaniel
5
-
Field Spaniel
5
This page, as API data
Everything above came from https://dogapi.dog/api/v2/breeds/2d7be3ac-c72b-4d2f-af62-93a1f1d944f9. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/2d7be3ac-c72b-4d2f-af62-93a1f1d944f9"
{
"data": {
"id": "2d7be3ac-c72b-4d2f-af62-93a1f1d944f9",
"type": "breed",
"attributes": {
"name": "Vizsla",
"description": "The Vizsla is a medium-sized breed of dog that was originally bred in Hungary for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.",
"life": {
"max": 15,
"min": 12
},
"male_weight": {
"max": 30,
"min": 20
},
"female_weight": {
"max": 30,
"min": 20
},
"hypoallergenic": false,
"images": []
},
"relationships": {
"group": {
"data": {
"id": "ab110192-e41b-43ff-a630-f7aee156b33a",
"type": "group"
}
}
}
}
}
The picture itself also has an endpoint:
https://dogapi.dog/api/v2/breeds/2d7be3ac-c72b-4d2f-af62-93a1f1d944f9/image, which redirects
straight to the file. See it in the reference.