🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Pointer 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
20–30 kg
Female weight
20–30 kg
Hypoallergenic
No
Id
33f28453-ae29-41be-8f02-e9cd16c7efbd

The Pointer is a medium-sized breed with a short, smooth coat and a muscular, athletic build. It is known for its keen sense of smell and its ability to point out game birds.

Franklin Roosevelt spent $15,000 for a destroyer to pick up his Scottie in the Aleutian Islands. 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/33f28453-ae29-41be-8f02-e9cd16c7efbd. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/33f28453-ae29-41be-8f02-e9cd16c7efbd"
Response
{
  "data": {
    "id": "33f28453-ae29-41be-8f02-e9cd16c7efbd",
    "type": "breed",
    "attributes": {
      "name": "Pointer",
      "description": "The Pointer is a medium-sized breed with a short, smooth coat and a muscular, athletic build. It is known for its keen sense of smell and its ability to point out game birds.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 30,
        "min": 20
      },
      "female_weight": {
        "max": 30,
        "min": 20
      },
      "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/33f28453-ae29-41be-8f02-e9cd16c7efbd/image, which redirects straight to the file. See it in the reference.