🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Portuguese Water Dog belongs to the Working Group.

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

Group
Working Group
Life span
12–15 years
Male weight
25–30 kg
Female weight
22–27 kg
Hypoallergenic
No
Id
b8c442e2-3359-47b3-962e-516835519252

The Portuguese Water Dog is a medium-sized working dog from Portugal. They are active, intelligent, and loyal, and make great family pets. Portuguese Water Dogs have a thick, wavy coat that can be black, brown, or white in color. They are easy to train and require plenty of exercise and mental stimulation to stay healthy and happy.

Dogs can be trained to detect epileptic seizures in humans. random fact from GET /api/v2/facts

More from the Working Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/b8c442e2-3359-47b3-962e-516835519252. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/b8c442e2-3359-47b3-962e-516835519252"
Response
{
  "data": {
    "id": "b8c442e2-3359-47b3-962e-516835519252",
    "type": "breed",
    "attributes": {
      "name": "Portuguese Water Dog",
      "description": "The Portuguese Water Dog is a medium-sized working dog from Portugal. They are active, intelligent, and loyal, and make great family pets. Portuguese Water Dogs have a thick, wavy coat that can be black, brown, or white in 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": 25
      },
      "female_weight": {
        "max": 27,
        "min": 22
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "56081cf0-fdf2-4114-9bf7-23a3f5b6af91",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/b8c442e2-3359-47b3-962e-516835519252/image, which redirects straight to the file. See it in the reference.