🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Ibizan Hound belongs to the Hound Group.

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

Group
Hound Group
Life span
12–15 years
Male weight
20–25 kg
Female weight
20–25 kg
Hypoallergenic
No
Id
4cebf59e-ddb1-40ab-8a48-ceacb2a54270

The Ibizan Hound is a medium-sized hunting dog from the Balearic Islands of Spain. They are active, friendly, and intelligent, and make great family pets. Ibizan Hounds have a short, glossy coat that is usually white with red or chestnut markings. They are active and require plenty of exercise and mental stimulation to stay healthy and happy.

Dogs have sweat glands in between their paws. random fact from GET /api/v2/facts

More from the Hound Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/4cebf59e-ddb1-40ab-8a48-ceacb2a54270. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/4cebf59e-ddb1-40ab-8a48-ceacb2a54270"
Response
{
  "data": {
    "id": "4cebf59e-ddb1-40ab-8a48-ceacb2a54270",
    "type": "breed",
    "attributes": {
      "name": "Ibizan Hound",
      "description": "The Ibizan Hound is a medium-sized hunting dog from the Balearic Islands of Spain. They are active, friendly, and intelligent, and make great family pets. Ibizan Hounds have a short, glossy coat that is usually white with red or chestnut markings. They are active and require plenty of exercise and mental stimulation to stay healthy and happy.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 25,
        "min": 20
      },
      "female_weight": {
        "max": 25,
        "min": 20
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "be0147df-7755-4228-b132-2518c0c6d10d",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/4cebf59e-ddb1-40ab-8a48-ceacb2a54270/image, which redirects straight to the file. See it in the reference.