Pembroke Welsh Corgi belongs to the Herding Group.
No picture for this breed yet. Images are imported from Wikimedia Commons, and this one has not turned up a usable photo.
- Group
- Herding Group
- Life span
- 12–15 years
- Male weight
- 11–13 kg
- Female weight
- 11–13 kg
- Hypoallergenic
- No
- Id
2a4b364b-ec99-467c-b86c-516415601771
The Pembroke Welsh Corgi is a small breed that originated in Wales. They have a short, thick coat, and come in a variety of colors. They are an intelligent and active breed, and need plenty of exercise and mental stimulation. They are loyal and devoted to their owners, and make good family companions.
Dogs don't enjoy being hugged as much as humans and other primates. Canines interpret putting a limb over another animal as a sign of dominance. random fact from GET /api/v2/facts
More from the Herding Group
-
Australian Cattle Dog
5
-
Australian Shepherd
5
-
Bearded Collie
5
-
Beauceron
5
-
Belgian Laekenois
5
-
Belgian Malinois
5
-
Belgian Sheepdog
5
-
Belgian Tervuren
5
-
Bergamasco Sheepdog
5
-
Berger Picard
5
-
Border Collie
5
-
Bouvier des Flandres
5
This page, as API data
Everything above came from https://dogapi.dog/api/v2/breeds/2a4b364b-ec99-467c-b86c-516415601771. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/2a4b364b-ec99-467c-b86c-516415601771"
{
"data": {
"id": "2a4b364b-ec99-467c-b86c-516415601771",
"type": "breed",
"attributes": {
"name": "Pembroke Welsh Corgi",
"description": "The Pembroke Welsh Corgi is a small breed that originated in Wales. They have a short, thick coat, and come in a variety of colors. They are an intelligent and active breed, and need plenty of exercise and mental stimulation. They are loyal and devoted to their owners, and make good family companions.",
"life": {
"max": 15,
"min": 12
},
"male_weight": {
"max": 13,
"min": 11
},
"female_weight": {
"max": 13,
"min": 11
},
"hypoallergenic": false,
"images": []
},
"relationships": {
"group": {
"data": {
"id": "b8e4e89d-057f-432a-9e58-0b85b29b693c",
"type": "group"
}
}
}
}
}
The picture itself also has an endpoint:
https://dogapi.dog/api/v2/breeds/2a4b364b-ec99-467c-b86c-516415601771/image, which redirects
straight to the file. See it in the reference.