🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Pyrenean Mastiff belongs to the Foundation Stock Service.

No picture for this breed yet. Images are imported from Wikimedia Commons, and this one has not turned up a usable photo.

Group
Foundation Stock Service
Life span
10–12 years
Male weight
70–100 kg
Female weight
60–90 kg
Hypoallergenic
No
Id
aecc4be6-63e1-401c-acf9-55f3dd5202e0

The Pyrenean Mastiff is a large and powerful breed of dog from the Pyrenees Mountains of Spain. They are strong, intelligent, and loyal, and make great family pets. Pyrenean Mastiffs have a thick, double coat that is usually white with black or brown markings. They are active and require plenty of exercise and mental stimulation to stay healthy and happy.

Although it was once illegal to keep dogs as pets in Iceland's capital city, the laws have been relaxed. random fact from GET /api/v2/facts

More from the Foundation Stock Service

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/aecc4be6-63e1-401c-acf9-55f3dd5202e0. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/aecc4be6-63e1-401c-acf9-55f3dd5202e0"
Response
{
  "data": {
    "id": "aecc4be6-63e1-401c-acf9-55f3dd5202e0",
    "type": "breed",
    "attributes": {
      "name": "Pyrenean Mastiff",
      "description": "The Pyrenean Mastiff is a large and powerful breed of dog from the Pyrenees Mountains of Spain. They are strong, intelligent, and loyal, and make great family pets. Pyrenean Mastiffs have a thick, double coat that is usually white with black or brown markings. They are active and require plenty of exercise and mental stimulation to stay healthy and happy.",
      "life": {
        "max": 12,
        "min": 10
      },
      "male_weight": {
        "max": 100,
        "min": 70
      },
      "female_weight": {
        "max": 90,
        "min": 60
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "8000793f-a1ae-4ec4-8d55-ef83f1f644e5",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/aecc4be6-63e1-401c-acf9-55f3dd5202e0/image, which redirects straight to the file. See it in the reference.