🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Poodle (Standard) 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
12–15 years
Male weight
20–30 kg
Female weight
20–30 kg
Hypoallergenic
No
Id
710ba3fe-c4ee-4d7c-b5cc-1cb19a4815fc

The Standard Poodle is a large and graceful dog breed from Germany. They are intelligent, active, and loyal, and make great family pets. Standard Poodles have a thick, curly coat that can be any color. They are easy to train and require plenty of exercise and mental stimulation to stay healthy and happy.

The largest breed of dog is the Irish Wolfhound. 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/710ba3fe-c4ee-4d7c-b5cc-1cb19a4815fc. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/710ba3fe-c4ee-4d7c-b5cc-1cb19a4815fc"
Response
{
  "data": {
    "id": "710ba3fe-c4ee-4d7c-b5cc-1cb19a4815fc",
    "type": "breed",
    "attributes": {
      "name": "Poodle (Standard)",
      "description": "The Standard Poodle is a large and graceful dog breed from Germany. They are intelligent, active, and loyal, and make great family pets. Standard Poodles have a thick, curly coat that can be any color. They are easy to train and require plenty of exercise and mental stimulation to stay healthy and happy.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 30,
        "min": 20
      },
      "female_weight": {
        "max": 30,
        "min": 20
      },
      "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/710ba3fe-c4ee-4d7c-b5cc-1cb19a4815fc/image, which redirects straight to the file. See it in the reference.