🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Pudelpointer belongs to the Foundation Stock Service.

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

Group
Foundation Stock Service
Life span
12–15 years
Male weight
25–30 kg
Female weight
20–25 kg
Hypoallergenic
No
Id
a220a1fa-ce93-423f-b426-59c681024ef8

The Pudelpointer is a large and athletic breed of dog that was originally bred in Germany for hunting. They are intelligent, energetic, and determined, and make excellent hunting dogs.

Puppies love games such as hide and seek! Hide, then call your pup's name so she can try to find you. random fact from GET /api/v2/facts

More from the Foundation Stock Service

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/a220a1fa-ce93-423f-b426-59c681024ef8. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/a220a1fa-ce93-423f-b426-59c681024ef8"
Response
{
  "data": {
    "id": "a220a1fa-ce93-423f-b426-59c681024ef8",
    "type": "breed",
    "attributes": {
      "name": "Pudelpointer",
      "description": "The Pudelpointer is a large and athletic breed of dog that was originally bred in Germany for hunting. They are intelligent, energetic, and determined, and make excellent hunting dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 30,
        "min": 25
      },
      "female_weight": {
        "max": 25,
        "min": 20
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "8000793f-a1ae-4ec4-8d55-ef83f1f644e5",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/a220a1fa-ce93-423f-b426-59c681024ef8/image, which redirects straight to the file. See it in the reference.