🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Petit Basset Griffon Vendéen 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–14 years
Male weight
12–16 kg
Female weight
12–16 kg
Hypoallergenic
No
Id
22d12a56-28eb-491b-bbae-550966e95d51

The Petit Basset Griffon Vendéen is a small and energetic breed of dog that was originally bred in France for hunting small game. They are intelligent, playful, and affectionate, and make excellent companion dogs.

A dog's nose print is unique, just like a human's fingerprint. 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/22d12a56-28eb-491b-bbae-550966e95d51. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/22d12a56-28eb-491b-bbae-550966e95d51"
Response
{
  "data": {
    "id": "22d12a56-28eb-491b-bbae-550966e95d51",
    "type": "breed",
    "attributes": {
      "name": "Petit Basset Griffon Vendéen",
      "description": "The Petit Basset Griffon Vendéen is a small and energetic breed of dog that was originally bred in France for hunting small game. They are intelligent, playful, and affectionate, and make excellent companion dogs.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 16,
        "min": 12
      },
      "female_weight": {
        "max": 16,
        "min": 12
      },
      "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/22d12a56-28eb-491b-bbae-550966e95d51/image, which redirects straight to the file. See it in the reference.