🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Polish Lowland Sheepdog belongs to the Herding Group.

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

Group
Herding Group
Life span
12–14 years
Male weight
15–20 kg
Female weight
15–20 kg
Hypoallergenic
No
Id
99df1640-53ec-4d7d-a70e-05f81af9dbd4

The Polish Lowland Sheepdog is a medium-sized breed of dog that was originally bred in Poland for herding and guarding livestock. They are intelligent, loyal, and hardworking, and make excellent working dogs.

In 1969, Lassie was the first animal inducted into the Animal Hall of Fame. random fact from GET /api/v2/facts

More from the Herding Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/99df1640-53ec-4d7d-a70e-05f81af9dbd4. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/99df1640-53ec-4d7d-a70e-05f81af9dbd4"
Response
{
  "data": {
    "id": "99df1640-53ec-4d7d-a70e-05f81af9dbd4",
    "type": "breed",
    "attributes": {
      "name": "Polish Lowland Sheepdog",
      "description": "The Polish Lowland Sheepdog is a medium-sized breed of dog that was originally bred in Poland for herding and guarding livestock. They are intelligent, loyal, and hardworking, and make excellent working dogs.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 20,
        "min": 15
      },
      "female_weight": {
        "max": 20,
        "min": 15
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "b8e4e89d-057f-432a-9e58-0b85b29b693c",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/99df1640-53ec-4d7d-a70e-05f81af9dbd4/image, which redirects straight to the file. See it in the reference.