🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Treeing Walker Coonhound 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
330b5cec-9fcf-46bd-8770-fada2fbacc77

The Treeing Walker Coonhound is a medium-sized hound breed that was developed by crossing the English and American Foxhounds. It is an active and energetic breed that is friendly, loyal, and intelligent. The Treeing Walker Coonhound stands between 22-27 inches at the shoulder and has a short to medium-length coat that comes in various colors and patterns.

Wolves and dogs can mate to produce fertile offspring. 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/330b5cec-9fcf-46bd-8770-fada2fbacc77. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/330b5cec-9fcf-46bd-8770-fada2fbacc77"
Response
{
  "data": {
    "id": "330b5cec-9fcf-46bd-8770-fada2fbacc77",
    "type": "breed",
    "attributes": {
      "name": "Treeing Walker Coonhound",
      "description": "The Treeing Walker Coonhound is a medium-sized hound breed that was developed by crossing the English and American Foxhounds. It is an active and energetic breed that is friendly, loyal, and intelligent. The Treeing Walker Coonhound stands between 22-27 inches at the shoulder and has a short to medium-length coat that comes in various colors and patterns.",
      "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/330b5cec-9fcf-46bd-8770-fada2fbacc77/image, which redirects straight to the file. See it in the reference.