🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Staffordshire 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–14 years
Male weight
11–17 kg
Female weight
11–17 kg
Hypoallergenic
No
Id
791fa86c-ff6c-49d9-92ee-b33c755ca50e

The Staffordshire Bull Terrier is a small and powerful breed of dog that was originally bred in England for bull baiting. They are intelligent, loyal, and protective, and make excellent companion dogs.

Spiked dog collars were invented in ancient Greece and were originally designed to protect dogs throats from wolf attacks. 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/791fa86c-ff6c-49d9-92ee-b33c755ca50e. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/791fa86c-ff6c-49d9-92ee-b33c755ca50e"
Response
{
  "data": {
    "id": "791fa86c-ff6c-49d9-92ee-b33c755ca50e",
    "type": "breed",
    "attributes": {
      "name": "Staffordshire Bull Terrier",
      "description": "The Staffordshire Bull Terrier is a small and powerful breed of dog that was originally bred in England for bull baiting. They are intelligent, loyal, and protective, and make excellent companion dogs.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 17,
        "min": 11
      },
      "female_weight": {
        "max": 17,
        "min": 11
      },
      "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/791fa86c-ff6c-49d9-92ee-b33c755ca50e/image, which redirects straight to the file. See it in the reference.