🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Spanish 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
8–10 years
Male weight
90–110 kg
Female weight
80–100 kg
Hypoallergenic
No
Id
872b77e4-f955-43cd-a22a-880274e37844

The Spanish Mastiff is a large and powerful breed of dog that was originally bred in Spain for herding and guarding livestock. They are intelligent, loyal, and protective, and make excellent working dogs.

A puppy is born blind, deaf, and toothless. 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/872b77e4-f955-43cd-a22a-880274e37844. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/872b77e4-f955-43cd-a22a-880274e37844"
Response
{
  "data": {
    "id": "872b77e4-f955-43cd-a22a-880274e37844",
    "type": "breed",
    "attributes": {
      "name": "Spanish Mastiff",
      "description": "The Spanish Mastiff is a large and powerful breed of dog that was originally bred in Spain for herding and guarding livestock. They are intelligent, loyal, and protective, and make excellent working dogs.",
      "life": {
        "max": 10,
        "min": 8
      },
      "male_weight": {
        "max": 110,
        "min": 90
      },
      "female_weight": {
        "max": 100,
        "min": 80
      },
      "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/872b77e4-f955-43cd-a22a-880274e37844/image, which redirects straight to the file. See it in the reference.