🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Kuvasz 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
12–14 years
Male weight
35–50 kg
Female weight
30–45 kg
Hypoallergenic
No
Id
9cb2e6d5-bacb-4b14-a534-7b1b243045b0

The Kuvasz is a large, muscular breed that was originally bred to protect livestock. It is intelligent and loyal, but can be reserved with strangers.

The earliest European images of dogs are found in cave paintings dating back 12,000 years ago in Spain. 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/9cb2e6d5-bacb-4b14-a534-7b1b243045b0. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/9cb2e6d5-bacb-4b14-a534-7b1b243045b0"
Response
{
  "data": {
    "id": "9cb2e6d5-bacb-4b14-a534-7b1b243045b0",
    "type": "breed",
    "attributes": {
      "name": "Kuvasz",
      "description": "The Kuvasz is a large, muscular breed that was originally bred to protect livestock. It is intelligent and loyal, but can be reserved with strangers.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 50,
        "min": 35
      },
      "female_weight": {
        "max": 45,
        "min": 30
      },
      "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/9cb2e6d5-bacb-4b14-a534-7b1b243045b0/image, which redirects straight to the file. See it in the reference.