🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Poodle (Miniature) belongs to the Non-Sporting Group.

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

Group
Non-Sporting Group
Life span
14–16 years
Male weight
4–7 kg
Female weight
4–7 kg
Hypoallergenic
No
Id
3f17b92b-bd0c-499a-bc84-da8f2a206bab

The Miniature Poodle is a small and agile breed of dog that was originally bred in Germany for hunting waterfowl. They are intelligent, friendly, and eager to please, and make excellent companion dogs.

Dogs have a wet nose to help them absorb scents. random fact from GET /api/v2/facts

More from the Non-Sporting Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/3f17b92b-bd0c-499a-bc84-da8f2a206bab. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/3f17b92b-bd0c-499a-bc84-da8f2a206bab"
Response
{
  "data": {
    "id": "3f17b92b-bd0c-499a-bc84-da8f2a206bab",
    "type": "breed",
    "attributes": {
      "name": "Poodle (Miniature)",
      "description": "The Miniature Poodle is a small and agile breed of dog that was originally bred in Germany for hunting waterfowl. They are intelligent, friendly, and eager to please, and make excellent companion dogs.",
      "life": {
        "max": 16,
        "min": 14
      },
      "male_weight": {
        "max": 7,
        "min": 4
      },
      "female_weight": {
        "max": 7,
        "min": 4
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "7f6ea988-366a-4e20-b4ba-4d04274fea61",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/3f17b92b-bd0c-499a-bc84-da8f2a206bab/image, which redirects straight to the file. See it in the reference.