Great Pyrenees belongs to the Working Group.
- Group
- Working Group
- Life span
- 10โ12 years
- Male weight
- 35โ45 kg
- Female weight
- 35โ45 kg
- Hypoallergenic
- No
- Id
9aafa721-a86d-4df6-880f-75fa117ee468
The Great Pyrenees is a large and powerful breed of dog that was originally bred in the Pyrenees Mountains for herding and guarding livestock. They are intelligent, loyal, and protective, and make excellent working dogs.
The average number of puppies in a litter is four to six. random fact from GET /api/v2/facts
More from the Working Group
-
Akita
5
-
Alaskan Malamute
5
-
Anatolian Shepherd Dog
5
-
Bernese Mountain Dog
5
-
Black Russian Terrier
5
-
Boerboel
5
-
Boxer
5
-
Bullmastiff
5
-
Cane Corso
5
-
Chinook
5
-
Doberman Pinscher
5
-
Dogo Argentino
5
This page, as API data
Everything above came from https://dogapi.dog/api/v2/breeds/9aafa721-a86d-4df6-880f-75fa117ee468. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/9aafa721-a86d-4df6-880f-75fa117ee468"
{
"data": {
"id": "9aafa721-a86d-4df6-880f-75fa117ee468",
"type": "breed",
"attributes": {
"name": "Great Pyrenees",
"description": "The Great Pyrenees is a large and powerful breed of dog that was originally bred in the Pyrenees Mountains for herding and guarding livestock. They are intelligent, loyal, and protective, and make excellent working dogs.",
"life": {
"max": 12,
"min": 10
},
"male_weight": {
"max": 45,
"min": 35
},
"female_weight": {
"max": 45,
"min": 35
},
"hypoallergenic": false,
"images": [
{
"id": "0011cd9f-7123-4a7b-854a-480654319a47",
"url": "https://images.dogapi.dog/2bntqne6472kqrllq45asta8ems6",
"thumb": "https://images.dogapi.dog/aq82qq438awie7ygjfbkiwjcdwhg",
"medium": "https://images.dogapi.dog/uonrq5arq5z8f9hya8p54yj3ebeb",
"large": "https://images.dogapi.dog/swdo4es7osrcwhx3uh1c8z9ffjzx",
"attribution": {
"author": "Sharp16",
"license": "CC BY-SA 4.0",
"license_url": "https://creativecommons.org/licenses/by-sa/4.0",
"source": "wikimedia_commons",
"source_url": "https://commons.wikimedia.org/wiki/File:3_year_old_rescue_Great_Pyrenees_from_Cleveland_Ohio_USA.jpg"
}
}
]
},
"relationships": {
"group": {
"data": {
"id": "56081cf0-fdf2-4114-9bf7-23a3f5b6af91",
"type": "group"
}
}
}
}
}
The picture itself also has an endpoint:
https://dogapi.dog/api/v2/breeds/9aafa721-a86d-4df6-880f-75fa117ee468/image, which redirects
straight to the file. See it in the reference.