🐢 Dog API by kinduff

The Dog API provides dog data as a service!

Keeshond belongs to the Non-Sporting Group.

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

Group
Non-Sporting Group
Life span
12–15 years
Male weight
13–18 kg
Female weight
13–18 kg
Hypoallergenic
No
Id
df58876a-a3b9-4737-8b0e-90b422e9aa6b

The Keeshond is a medium-sized breed of dog that was originally bred in the Netherlands for guarding and protecting property. They are intelligent, friendly, and playful, and make excellent companion dogs.

The earliest dog fossil dates back to nearly 10,000 B.C. random fact from GET /api/v2/facts

More from the Non-Sporting Group

Every breed in this group β†’

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/df58876a-a3b9-4737-8b0e-90b422e9aa6b. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/df58876a-a3b9-4737-8b0e-90b422e9aa6b"
Response
{
  "data": {
    "id": "df58876a-a3b9-4737-8b0e-90b422e9aa6b",
    "type": "breed",
    "attributes": {
      "name": "Keeshond",
      "description": "The Keeshond is a medium-sized breed of dog that was originally bred in the Netherlands for guarding and protecting property. They are intelligent, friendly, and playful, and make excellent companion dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 18,
        "min": 13
      },
      "female_weight": {
        "max": 18,
        "min": 13
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "7f6ea988-366a-4e20-b4ba-4d04274fea61",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/df58876a-a3b9-4737-8b0e-90b422e9aa6b/image, which redirects straight to the file. See it in the reference.