🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Nederlandse Kooikerhondje belongs to the 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
Sporting Group
Life span
12–15 years
Male weight
10–15 kg
Female weight
10–15 kg
Hypoallergenic
No
Id
848c0ddc-268b-4ba3-931e-1a6e7853c01d

The Nederlandse Kooikerhondje is a small and energetic breed of dog that was originally bred in the Netherlands for duck hunting. They are intelligent, playful, and affectionate, and make excellent companion dogs.

Eighty-seven percent of dog owners say their dog curls up beside them or at their feet while they watch T.V. random fact from GET /api/v2/facts

More from the Sporting Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/848c0ddc-268b-4ba3-931e-1a6e7853c01d. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/848c0ddc-268b-4ba3-931e-1a6e7853c01d"
Response
{
  "data": {
    "id": "848c0ddc-268b-4ba3-931e-1a6e7853c01d",
    "type": "breed",
    "attributes": {
      "name": "Nederlandse Kooikerhondje",
      "description": "The Nederlandse Kooikerhondje is a small and energetic breed of dog that was originally bred in the Netherlands for duck hunting. They are intelligent, playful, and affectionate, and make excellent companion dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 15,
        "min": 10
      },
      "female_weight": {
        "max": 15,
        "min": 10
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "ab110192-e41b-43ff-a630-f7aee156b33a",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/848c0ddc-268b-4ba3-931e-1a6e7853c01d/image, which redirects straight to the file. See it in the reference.