🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Miniature Bull Terrier belongs to the Terrier Group.

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

Group
Terrier Group
Life span
12–15 years
Male weight
8–14 kg
Female weight
8–14 kg
Hypoallergenic
No
Id
a2480fdc-1200-48f6-974b-e0cd642e5fff

The Miniature Bull Terrier is a small and energetic breed of dog that was originally bred in England for bull baiting. They are intelligent, playful, and affectionate, and make excellent companion dogs.

The shape of a dog’s face suggests how long it will live. Dogs with sharp, pointed faces that look more like wolves typically live longer. Dogs with very flat faces, such as bulldogs, often have shorter lives. random fact from GET /api/v2/facts

More from the Terrier Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/a2480fdc-1200-48f6-974b-e0cd642e5fff. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/a2480fdc-1200-48f6-974b-e0cd642e5fff"
Response
{
  "data": {
    "id": "a2480fdc-1200-48f6-974b-e0cd642e5fff",
    "type": "breed",
    "attributes": {
      "name": "Miniature Bull Terrier",
      "description": "The Miniature Bull Terrier is a small and energetic breed of dog that was originally bred in England for bull baiting. They are intelligent, playful, and affectionate, and make excellent companion dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 14,
        "min": 8
      },
      "female_weight": {
        "max": 14,
        "min": 8
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "1bbf373b-1937-4e73-9863-45385daa4979",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/a2480fdc-1200-48f6-974b-e0cd642e5fff/image, which redirects straight to the file. See it in the reference.