🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Tibetan 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
10–12 years
Male weight
50–90 kg
Female weight
50–90 kg
Hypoallergenic
No
Id
1ce29779-f1c3-47f4-894c-c45173f35336

The Tibetan Mastiff is a powerful, muscular breed that is known for its courage, independence, and fierce loyalty. This breed is native to the Tibetan Plateau, where it was originally used to guard monasteries and protect flocks of sheep.

Dogs can smell about 1,000 times better than humans. While humans have 5 million smell-detecting cells, dogs have more than 220 million. The part of the brain that interprets smell is also four times larger in dogs than in humans. 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/1ce29779-f1c3-47f4-894c-c45173f35336. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/1ce29779-f1c3-47f4-894c-c45173f35336"
Response
{
  "data": {
    "id": "1ce29779-f1c3-47f4-894c-c45173f35336",
    "type": "breed",
    "attributes": {
      "name": "Tibetan Mastiff",
      "description": "The Tibetan Mastiff is a powerful, muscular breed that is known for its courage, independence, and fierce loyalty. This breed is native to the Tibetan Plateau, where it was originally used to guard monasteries and protect flocks of sheep.",
      "life": {
        "max": 12,
        "min": 10
      },
      "male_weight": {
        "max": 90,
        "min": 50
      },
      "female_weight": {
        "max": 90,
        "min": 50
      },
      "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/1ce29779-f1c3-47f4-894c-c45173f35336/image, which redirects straight to the file. See it in the reference.