🐢 Dog API by kinduff

The Dog API provides dog data as a service!

Portuguese Podengo Pequeno belongs to the Hound Group.

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

Group
Hound Group
Life span
12–15 years
Male weight
3–6 kg
Female weight
3–6 kg
Hypoallergenic
No
Id
50c576c9-336f-4269-ad1f-5bd55a490d68

The Portuguese Podengo Pequeno is a small, agile breed that is known for its keen senses, speed, and versatility. This breed is native to Portugal, where it was originally used to hunt rabbits, rats, and other small game.

The Akita is one of the most challenging dogs to own. Some insurance companies have even characterized it as the #1 "bad dog" and may even raise an Akita owner’s homeowner insurance costs. random fact from GET /api/v2/facts

More from the Hound Group

Every breed in this group β†’

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/50c576c9-336f-4269-ad1f-5bd55a490d68. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/50c576c9-336f-4269-ad1f-5bd55a490d68"
Response
{
  "data": {
    "id": "50c576c9-336f-4269-ad1f-5bd55a490d68",
    "type": "breed",
    "attributes": {
      "name": "Portuguese Podengo Pequeno",
      "description": "The Portuguese Podengo Pequeno is a small, agile breed that is known for its keen senses, speed, and versatility. This breed is native to Portugal, where it was originally used to hunt rabbits, rats, and other small game.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 6,
        "min": 3
      },
      "female_weight": {
        "max": 6,
        "min": 3
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "be0147df-7755-4228-b132-2518c0c6d10d",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/50c576c9-336f-4269-ad1f-5bd55a490d68/image, which redirects straight to the file. See it in the reference.