🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Swedish Vallhund 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–15 years
Male weight
13–16 kg
Female weight
13–16 kg
Hypoallergenic
No
Id
4ac219d7-9190-4c21-8c77-eb553c2ad2e0

The Swedish Vallhund is a small and energetic breed of dog that was originally bred in Sweden for herding and guarding livestock. They are intelligent, friendly, and playful, and make excellent working dogs.

The U.S. has the highest dog population in the world. 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/4ac219d7-9190-4c21-8c77-eb553c2ad2e0. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/4ac219d7-9190-4c21-8c77-eb553c2ad2e0"
Response
{
  "data": {
    "id": "4ac219d7-9190-4c21-8c77-eb553c2ad2e0",
    "type": "breed",
    "attributes": {
      "name": "Swedish Vallhund",
      "description": "The Swedish Vallhund is a small and energetic breed of dog that was originally bred in Sweden for herding and guarding livestock. They are intelligent, friendly, and playful, and make excellent working dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 16,
        "min": 13
      },
      "female_weight": {
        "max": 16,
        "min": 13
      },
      "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/4ac219d7-9190-4c21-8c77-eb553c2ad2e0/image, which redirects straight to the file. See it in the reference.