🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Toy Fox Terrier belongs to the Toy Group.

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

Group
Toy Group
Life span
14–16 years
Male weight
1–3 kg
Female weight
1–3 kg
Hypoallergenic
No
Id
c9b33324-0581-42a7-b2c1-5da3bba5f350

The Toy Fox Terrier is a small and energetic breed of dog that was originally bred in the United States for hunting small game. They are intelligent, playful, and affectionate, and make excellent companion dogs.

There are hundreds of breeds of dogs. random fact from GET /api/v2/facts

More from the Toy Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/c9b33324-0581-42a7-b2c1-5da3bba5f350. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/c9b33324-0581-42a7-b2c1-5da3bba5f350"
Response
{
  "data": {
    "id": "c9b33324-0581-42a7-b2c1-5da3bba5f350",
    "type": "breed",
    "attributes": {
      "name": "Toy Fox Terrier",
      "description": "The Toy Fox Terrier is a small and energetic breed of dog that was originally bred in the United States for hunting small game. They are intelligent, playful, and affectionate, and make excellent companion dogs.",
      "life": {
        "max": 16,
        "min": 14
      },
      "male_weight": {
        "max": 3,
        "min": 1
      },
      "female_weight": {
        "max": 3,
        "min": 1
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "f56dc4b1-ba1a-4454-8ce2-bd5d41404a0c",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/c9b33324-0581-42a7-b2c1-5da3bba5f350/image, which redirects straight to the file. See it in the reference.