Pyrenean Shepherd 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
- 10–15 kg
- Female weight
- 10–15 kg
- Hypoallergenic
- No
- Id
4ea632d4-0ebb-42b2-ac86-ba0aaf07c9a0
The Pyrenean Shepherd is a small and agile breed of dog that was originally bred in the Pyrenees Mountains for herding and guarding livestock. They are intelligent, energetic, and hardworking, and make excellent working dogs.
The Labrador is so popular, in 2006 there were approximately 3-5 times more Labs as there were German Shepherds or Golden Retrievers. 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/4ea632d4-0ebb-42b2-ac86-ba0aaf07c9a0. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/4ea632d4-0ebb-42b2-ac86-ba0aaf07c9a0"
{
"data": {
"id": "4ea632d4-0ebb-42b2-ac86-ba0aaf07c9a0",
"type": "breed",
"attributes": {
"name": "Pyrenean Shepherd",
"description": "The Pyrenean Shepherd is a small and agile breed of dog that was originally bred in the Pyrenees Mountains for herding and guarding livestock. They are intelligent, energetic, and hardworking, and make excellent working dogs.",
"life": {
"max": 15,
"min": 12
},
"male_weight": {
"max": 15,
"min": 10
},
"female_weight": {
"max": 15,
"min": 10
},
"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/4ea632d4-0ebb-42b2-ac86-ba0aaf07c9a0/image, which redirects
straight to the file. See it in the reference.