🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Wetterhoun belongs to the Foundation Stock Service.

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

Group
Foundation Stock Service
Life span
12–14 years
Male weight
20–30 kg
Female weight
20–30 kg
Hypoallergenic
No
Id
a07fe528-55e8-417a-8bc0-4803e426e82a

The Wetterhoun is a large, muscular dog breed with a thick, wavy coat that is typically black, brown, or fawn in color. They are known for their intelligence, loyalty, and strength, and were originally bred to hunt waterfowl in the Netherlands.

The Girl Scouts and Boy Scouts both offer merit badges in dog care. random fact from GET /api/v2/facts

More from the Foundation Stock Service

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/a07fe528-55e8-417a-8bc0-4803e426e82a. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/a07fe528-55e8-417a-8bc0-4803e426e82a"
Response
{
  "data": {
    "id": "a07fe528-55e8-417a-8bc0-4803e426e82a",
    "type": "breed",
    "attributes": {
      "name": "Wetterhoun",
      "description": "The Wetterhoun is a large, muscular dog breed with a thick, wavy coat that is typically black, brown, or fawn in color. They are known for their intelligence, loyalty, and strength, and were originally bred to hunt waterfowl in the Netherlands.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 30,
        "min": 20
      },
      "female_weight": {
        "max": 30,
        "min": 20
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "8000793f-a1ae-4ec4-8d55-ef83f1f644e5",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/a07fe528-55e8-417a-8bc0-4803e426e82a/image, which redirects straight to the file. See it in the reference.