🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Pug 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
6–8 kg
Female weight
6–8 kg
Hypoallergenic
No
Id
a6ea38ed-f692-478e-af29-378d0e2cc270

The Pug is a small, playful breed that is known for its comical expression, charming personality, and loyalty. This breed is native to China, where it was originally kept as a companion and lapdog by the imperial court.

Dog nose prints are as unique as human finger prints and can be used to identify them. 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/a6ea38ed-f692-478e-af29-378d0e2cc270. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/a6ea38ed-f692-478e-af29-378d0e2cc270"
Response
{
  "data": {
    "id": "a6ea38ed-f692-478e-af29-378d0e2cc270",
    "type": "breed",
    "attributes": {
      "name": "Pug",
      "description": "The Pug is a small, playful breed that is known for its comical expression, charming personality, and loyalty. This breed is native to China, where it was originally kept as a companion and lapdog by the imperial court.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 8,
        "min": 6
      },
      "female_weight": {
        "max": 8,
        "min": 6
      },
      "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/a6ea38ed-f692-478e-af29-378d0e2cc270/image, which redirects straight to the file. See it in the reference.