Mastiff belongs to the Working Group.
No picture for this breed yet. Images are imported from Wikimedia Commons, and this one has not turned up a usable photo.
- Group
- Working Group
- Life span
- 6–8 years
- Male weight
- 50–90 kg
- Female weight
- 45–70 kg
- Hypoallergenic
- No
- Id
da3946bb-9281-4ee3-b39a-f4434a433628
The Mastiff is a large and powerful breed of dog that was originally bred for guarding and protecting property. They are intelligent, loyal, and protective, and make excellent guard dogs.
Revolutionary War soldiers sometimes brought their dogs with them into battle. Such was the case with George Washington and his dog, Sweetlips. 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/da3946bb-9281-4ee3-b39a-f4434a433628. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/da3946bb-9281-4ee3-b39a-f4434a433628"
{
"data": {
"id": "da3946bb-9281-4ee3-b39a-f4434a433628",
"type": "breed",
"attributes": {
"name": "Mastiff",
"description": "The Mastiff is a large and powerful breed of dog that was originally bred for guarding and protecting property. They are intelligent, loyal, and protective, and make excellent guard dogs.",
"life": {
"max": 8,
"min": 6
},
"male_weight": {
"max": 90,
"min": 50
},
"female_weight": {
"max": 70,
"min": 45
},
"hypoallergenic": false,
"images": []
},
"relationships": {
"group": {
"data": {
"id": "56081cf0-fdf2-4114-9bf7-23a3f5b6af91",
"type": "group"
}
}
}
}
}
The picture itself also has an endpoint:
https://dogapi.dog/api/v2/breeds/da3946bb-9281-4ee3-b39a-f4434a433628/image, which redirects
straight to the file. See it in the reference.