🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Komondor belongs to the Working Group.

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

Group
Working Group
Life span
10–12 years
Male weight
50–70 kg
Female weight
45–60 kg
Hypoallergenic
No
Id
63ada456-e0c7-4b52-9759-25efec4dc540

The Komondor is a large, imposing breed that is known for its distinctive white, corded coat and its independent, protective nature. This breed is native to Hungary, where it was originally used to guard flocks of sheep and cattle.

As Disney's Cruella De Vil was aware, Dalmatian puppies are born pure white and develop spots as they grow older. random fact from GET /api/v2/facts

More from the Working Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/63ada456-e0c7-4b52-9759-25efec4dc540. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/63ada456-e0c7-4b52-9759-25efec4dc540"
Response
{
  "data": {
    "id": "63ada456-e0c7-4b52-9759-25efec4dc540",
    "type": "breed",
    "attributes": {
      "name": "Komondor",
      "description": "The Komondor is a large, imposing breed that is known for its distinctive white, corded coat and its independent, protective nature. This breed is native to Hungary, where it was originally used to guard flocks of sheep and cattle.",
      "life": {
        "max": 12,
        "min": 10
      },
      "male_weight": {
        "max": 70,
        "min": 50
      },
      "female_weight": {
        "max": 60,
        "min": 45
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "56081cf0-fdf2-4114-9bf7-23a3f5b6af91",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/63ada456-e0c7-4b52-9759-25efec4dc540/image, which redirects straight to the file. See it in the reference.