🐢 Dog API by kinduff

The Dog API provides dog data as a service!

Havanese belongs to the Toy Group.

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

Group
Toy Group
Life span
14–16 years
Male weight
3–5 kg
Female weight
3–5 kg
Hypoallergenic
No
Id
feaa80fe-68bc-42b9-b2b5-2220ec4ff615

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

A Beatles hit. It’s rumored that, at the end of the Beatles song, "A Day in the Life," Paul McCartney recorded an ultrasonic whistle, audible only to dogs, just for his Shetland sheepdog. random fact from GET /api/v2/facts

More from the Toy Group

Every breed in this group β†’

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/feaa80fe-68bc-42b9-b2b5-2220ec4ff615. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/feaa80fe-68bc-42b9-b2b5-2220ec4ff615"
Response
{
  "data": {
    "id": "feaa80fe-68bc-42b9-b2b5-2220ec4ff615",
    "type": "breed",
    "attributes": {
      "name": "Havanese",
      "description": "The Havanese is a small and playful breed of dog that was originally bred in Cuba as a companion dog. They are intelligent, affectionate, and loyal, and make excellent family pets.",
      "life": {
        "max": 16,
        "min": 14
      },
      "male_weight": {
        "max": 5,
        "min": 3
      },
      "female_weight": {
        "max": 5,
        "min": 3
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "f56dc4b1-ba1a-4454-8ce2-bd5d41404a0c",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/feaa80fe-68bc-42b9-b2b5-2220ec4ff615/image, which redirects straight to the file. See it in the reference.