🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Wirehaired Vizsla belongs to the 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
Sporting Group
Life span
12–15 years
Male weight
25–30 kg
Female weight
25–30 kg
Hypoallergenic
No
Id
095a1856-6506-478d-a7a8-206847d5e702

The Wirehaired Vizsla is a medium-sized breed of retrieving dog from Hungary. These dogs are medium in size, with a wiry coat of fur. They have a friendly and energetic demeanor, making them excellent working dogs. They are highly trainable and intelligent, with an instinct to retrieve game. They are loyal and devoted to their family, with an independent nature that makes them well suited for retrieving and guard work.

Female dogs can get pregnant when their bodies undergo changes which make them receptive to male dogs. This is called being on heat or in estrus. random fact from GET /api/v2/facts

More from the Sporting Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/095a1856-6506-478d-a7a8-206847d5e702. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/095a1856-6506-478d-a7a8-206847d5e702"
Response
{
  "data": {
    "id": "095a1856-6506-478d-a7a8-206847d5e702",
    "type": "breed",
    "attributes": {
      "name": "Wirehaired Vizsla",
      "description": "The Wirehaired Vizsla is a medium-sized breed of retrieving dog from Hungary. These dogs are medium in size, with a wiry coat of fur. They have a friendly and energetic demeanor, making them excellent working dogs. They are highly trainable and intelligent, with an instinct to retrieve game. They are loyal and devoted to their family, with an independent nature that makes them well suited for retrieving and guard work.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 30,
        "min": 25
      },
      "female_weight": {
        "max": 30,
        "min": 25
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "ab110192-e41b-43ff-a630-f7aee156b33a",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/095a1856-6506-478d-a7a8-206847d5e702/image, which redirects straight to the file. See it in the reference.