🐶 Dog API by kinduff

The Dog API provides dog data as a service!

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

Every breed in this group →

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.

Request
curl -s "https://dogapi.dog/api/v2/breeds/da3946bb-9281-4ee3-b39a-f4434a433628"
Response
{
  "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.