Lagotto Romagnolo 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
- 14β20 kg
- Female weight
- 14β20 kg
- Hypoallergenic
- No
- Id
29a93640-0e51-4a03-8675-d16ddcdde345
The Lagotto Romagnolo is a small and agile breed of dog that was originally bred in Italy for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.
In Iran, it is against the law to own a dog as a pet. However, if an owner can prove the dog is a guard or hunting dog, this restriction doesnβt apply. Muslim reticence concerning dogs is perhaps due to the fact that rabies has always been endemic in the Middle East. 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/29a93640-0e51-4a03-8675-d16ddcdde345. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/29a93640-0e51-4a03-8675-d16ddcdde345"
{
"data": {
"id": "29a93640-0e51-4a03-8675-d16ddcdde345",
"type": "breed",
"attributes": {
"name": "Lagotto Romagnolo",
"description": "The Lagotto Romagnolo is a small and agile breed of dog that was originally bred in Italy for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.",
"life": {
"max": 15,
"min": 12
},
"male_weight": {
"max": 20,
"min": 14
},
"female_weight": {
"max": 20,
"min": 14
},
"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/29a93640-0e51-4a03-8675-d16ddcdde345/image, which redirects
straight to the file. See it in the reference.