🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Papillon belongs to the Toy Group.

No picture for this breed yet. Images are imported from Wikimedia Commons, and this one has not turned up a usable photo.

Group
Toy Group
Life span
12–15 years
Male weight
3–4 kg
Female weight
3–4 kg
Hypoallergenic
No
Id
88591552-b3bd-45fd-931c-5c8b88aad4f2

The Papillon is a small toy breed that originated in France. It is an active and intelligent breed that is friendly and outgoing. The Papillon stands between 8-11 inches at the shoulder and has a long, silky coat that can come in various colors and patterns.

There are almost 5 million dog bites per year; children are the main victims. Dog bites cause losses of over $1 billion a year. random fact from GET /api/v2/facts

More from the Toy Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/88591552-b3bd-45fd-931c-5c8b88aad4f2. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/88591552-b3bd-45fd-931c-5c8b88aad4f2"
Response
{
  "data": {
    "id": "88591552-b3bd-45fd-931c-5c8b88aad4f2",
    "type": "breed",
    "attributes": {
      "name": "Papillon",
      "description": "The Papillon is a small toy breed that originated in France. It is an active and intelligent breed that is friendly and outgoing. The Papillon stands between 8-11 inches at the shoulder and has a long, silky coat that can come in various colors and patterns.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 4,
        "min": 3
      },
      "female_weight": {
        "max": 4,
        "min": 3
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "f56dc4b1-ba1a-4454-8ce2-bd5d41404a0c",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/88591552-b3bd-45fd-931c-5c8b88aad4f2/image, which redirects straight to the file. See it in the reference.