🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Harrier 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
37b93400-0cfe-4fb1-8045-2bcbcfc98b9d

The Harrier is a medium-sized hound breed that was historically used for hunting hares and other small game. It is believed to have descended from a combination of Foxhound, Greyhound, and other hound breeds. The Harrier is an active and energetic breed with a friendly, even temperament and is typically very eager to please. It stands between 19-21 inches at the shoulder, is typically tri-colored, and has a dense, medium-length coat.

Obesity is the #1 health problem among dogs. 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/37b93400-0cfe-4fb1-8045-2bcbcfc98b9d. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/37b93400-0cfe-4fb1-8045-2bcbcfc98b9d"
Response
{
  "data": {
    "id": "37b93400-0cfe-4fb1-8045-2bcbcfc98b9d",
    "type": "breed",
    "attributes": {
      "name": "Harrier",
      "description": "The Harrier is a medium-sized hound breed that was historically used for hunting hares and other small game. It is believed to have descended from a combination of Foxhound, Greyhound, and other hound breeds. The Harrier is an active and energetic breed with a friendly, even temperament and is typically very eager to please. It stands between 19-21 inches at the shoulder, is typically tri-colored, and has a dense, medium-length coat.",
      "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/37b93400-0cfe-4fb1-8045-2bcbcfc98b9d/image, which redirects straight to the file. See it in the reference.