🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Greyhound 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
10–12 years
Male weight
25–40 kg
Female weight
25–40 kg
Hypoallergenic
No
Id
305408b2-c3a8-4ec8-99f0-33b865dfaeb6

The Greyhound is a sleek, athletic breed that is known for its speed, grace, and endurance. This breed is native to the British Isles, where it was originally used for coursing game and racing.

Dogs can develop a fear of certain objects or situations if they have a negative experience with them. 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/305408b2-c3a8-4ec8-99f0-33b865dfaeb6. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/305408b2-c3a8-4ec8-99f0-33b865dfaeb6"
Response
{
  "data": {
    "id": "305408b2-c3a8-4ec8-99f0-33b865dfaeb6",
    "type": "breed",
    "attributes": {
      "name": "Greyhound",
      "description": "The Greyhound is a sleek, athletic breed that is known for its speed, grace, and endurance. This breed is native to the British Isles, where it was originally used for coursing game and racing.",
      "life": {
        "max": 12,
        "min": 10
      },
      "male_weight": {
        "max": 40,
        "min": 25
      },
      "female_weight": {
        "max": 40,
        "min": 25
      },
      "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/305408b2-c3a8-4ec8-99f0-33b865dfaeb6/image, which redirects straight to the file. See it in the reference.