🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Wirehaired Pointing Griffon 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–14 years
Male weight
18–27 kg
Female weight
18–27 kg
Hypoallergenic
No
Id
aa6b097f-cf9a-4728-a701-99e38275bc6d

The Wirehaired Pointing Griffon is a medium-sized breed of dog that was originally bred in Belgium for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.

The U.S. has the highest dog population in the world. 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/aa6b097f-cf9a-4728-a701-99e38275bc6d. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/aa6b097f-cf9a-4728-a701-99e38275bc6d"
Response
{
  "data": {
    "id": "aa6b097f-cf9a-4728-a701-99e38275bc6d",
    "type": "breed",
    "attributes": {
      "name": "Wirehaired Pointing Griffon",
      "description": "The Wirehaired Pointing Griffon is a medium-sized breed of dog that was originally bred in Belgium for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 27,
        "min": 18
      },
      "female_weight": {
        "max": 27,
        "min": 18
      },
      "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/aa6b097f-cf9a-4728-a701-99e38275bc6d/image, which redirects straight to the file. See it in the reference.