🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Welsh Springer Spaniel 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
18–25 kg
Female weight
18–25 kg
Hypoallergenic
No
Id
90dac44c-f0d9-43bb-9560-cd47010a72ec

The Welsh Springer Spaniel is a medium-sized breed of dog that originated in Wales. They have a short, dense coat, and come in a variety of colors. They are an active breed, and need plenty of exercise and mental stimulation. They are loyal and devoted to their owners, and make good family companions.

Dogs have no sense of time. 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/90dac44c-f0d9-43bb-9560-cd47010a72ec. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/90dac44c-f0d9-43bb-9560-cd47010a72ec"
Response
{
  "data": {
    "id": "90dac44c-f0d9-43bb-9560-cd47010a72ec",
    "type": "breed",
    "attributes": {
      "name": "Welsh Springer Spaniel",
      "description": "The Welsh Springer Spaniel is a medium-sized breed of dog that originated in Wales. They have a short, dense coat, and come in a variety of colors. They are an active breed, and need plenty of exercise and mental stimulation. They are loyal and devoted to their owners, and make good family companions.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 25,
        "min": 18
      },
      "female_weight": {
        "max": 25,
        "min": 18
      },
      "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/90dac44c-f0d9-43bb-9560-cd47010a72ec/image, which redirects straight to the file. See it in the reference.