🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Saluki 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–14 years
Male weight
20–30 kg
Female weight
20–30 kg
Hypoallergenic
No
Id
58f9eb88-7288-42a5-b34a-5b5192eaac17

The Saluki is a graceful and elegant breed, originating in the Middle East. They are a sight hound, and have a long, sleek coat in a variety of colors. They are highly intelligent, and have an independent nature. They are a fast breed, and have a long stride, and can be used for racing and coursing. They are loyal and devoted to their family, and make good companions.

Dogs have been bred for a variety of purposes, including hunting, guarding, and companionship. 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/58f9eb88-7288-42a5-b34a-5b5192eaac17. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/58f9eb88-7288-42a5-b34a-5b5192eaac17"
Response
{
  "data": {
    "id": "58f9eb88-7288-42a5-b34a-5b5192eaac17",
    "type": "breed",
    "attributes": {
      "name": "Saluki",
      "description": "The Saluki is a graceful and elegant breed, originating in the Middle East. They are a sight hound, and have a long, sleek coat in a variety of colors. They are highly intelligent, and have an independent nature. They are a fast breed, and have a long stride, and can be used for racing and coursing. They are loyal and devoted to their family, and make good companions.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 30,
        "min": 20
      },
      "female_weight": {
        "max": 30,
        "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/58f9eb88-7288-42a5-b34a-5b5192eaac17/image, which redirects straight to the file. See it in the reference.