🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Tibetan Terrier belongs to the Non-Sporting Group.

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

Group
Non-Sporting Group
Life span
14–16 years
Male weight
6–8 kg
Female weight
6–8 kg
Hypoallergenic
No
Id
84cb99f1-4735-4dc9-a3b3-25a5f0fb0eb5

The Tibetan Terrier is a small and playful breed of dog that was originally bred in Tibet as a companion dog. They are intelligent, affectionate, and loyal, and make excellent family pets.

Dogs have twice as many muscles to move their ears as people. random fact from GET /api/v2/facts

More from the Non-Sporting Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/84cb99f1-4735-4dc9-a3b3-25a5f0fb0eb5. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/84cb99f1-4735-4dc9-a3b3-25a5f0fb0eb5"
Response
{
  "data": {
    "id": "84cb99f1-4735-4dc9-a3b3-25a5f0fb0eb5",
    "type": "breed",
    "attributes": {
      "name": "Tibetan Terrier",
      "description": "The Tibetan Terrier is a small and playful breed of dog that was originally bred in Tibet as a companion dog. They are intelligent, affectionate, and loyal, and make excellent family pets.",
      "life": {
        "max": 16,
        "min": 14
      },
      "male_weight": {
        "max": 8,
        "min": 6
      },
      "female_weight": {
        "max": 8,
        "min": 6
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "7f6ea988-366a-4e20-b4ba-4d04274fea61",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/84cb99f1-4735-4dc9-a3b3-25a5f0fb0eb5/image, which redirects straight to the file. See it in the reference.