🐢 Dog API by kinduff

The Dog API provides dog data as a service!

Lhasa Apso 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
20–30 kg
Female weight
20–30 kg
Hypoallergenic
No
Id
bf1a3791-0df3-4338-9b99-53ac4641bdda

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

The breed of dog with the best sense of smell is the bloodhound. 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/bf1a3791-0df3-4338-9b99-53ac4641bdda. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/bf1a3791-0df3-4338-9b99-53ac4641bdda"
Response
{
  "data": {
    "id": "bf1a3791-0df3-4338-9b99-53ac4641bdda",
    "type": "breed",
    "attributes": {
      "name": "Lhasa Apso",
      "description": "The Lhasa Apso is a small and playful breed of dog that was originally bred in Tibet as a companion dog. They are intelligent, independent, and affectionate, and make excellent family pets.",
      "life": {
        "max": 16,
        "min": 14
      },
      "male_weight": {
        "max": 30,
        "min": 20
      },
      "female_weight": {
        "max": 30,
        "min": 20
      },
      "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/bf1a3791-0df3-4338-9b99-53ac4641bdda/image, which redirects straight to the file. See it in the reference.