🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Pembroke Welsh Corgi 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
11–13 kg
Female weight
11–13 kg
Hypoallergenic
No
Id
2a4b364b-ec99-467c-b86c-516415601771

The Pembroke Welsh Corgi is a small breed that originated in Wales. They have a short, thick coat, and come in a variety of colors. They are an intelligent and active breed, and need plenty of exercise and mental stimulation. They are loyal and devoted to their owners, and make good family companions.

Dogs don't enjoy being hugged as much as humans and other primates. Canines interpret putting a limb over another animal as a sign of dominance. 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/2a4b364b-ec99-467c-b86c-516415601771. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/2a4b364b-ec99-467c-b86c-516415601771"
Response
{
  "data": {
    "id": "2a4b364b-ec99-467c-b86c-516415601771",
    "type": "breed",
    "attributes": {
      "name": "Pembroke Welsh Corgi",
      "description": "The Pembroke Welsh Corgi is a small breed that originated in Wales. They have a short, thick coat, and come in a variety of colors. They are an intelligent and 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": 13,
        "min": 11
      },
      "female_weight": {
        "max": 13,
        "min": 11
      },
      "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/2a4b364b-ec99-467c-b86c-516415601771/image, which redirects straight to the file. See it in the reference.