🐢 Dog API by kinduff

The Dog API provides dog data as a service!

Manchester Terrier (Toy) 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
12–15 years
Male weight
3–5 kg
Female weight
3–5 kg
Hypoallergenic
No
Id
9b61bf4c-7024-4fb3-af78-e10ac05bab42

The Manchester Terrier (Toy) is a small, energetic breed that was originally bred to hunt rats.

Scholars have argued over the metaphysical interpretation of Dorothy’s pooch, Toto, in the Wizard of Oz. One theory postulates that Toto represents Anubis, the dog-headed Egyptian god of death, because Toto consistently keeps Dorothy from safely returning home. 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/9b61bf4c-7024-4fb3-af78-e10ac05bab42. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/9b61bf4c-7024-4fb3-af78-e10ac05bab42"
Response
{
  "data": {
    "id": "9b61bf4c-7024-4fb3-af78-e10ac05bab42",
    "type": "breed",
    "attributes": {
      "name": "Manchester Terrier (Toy)",
      "description": "The Manchester Terrier (Toy) is a small, energetic breed that was originally bred to hunt rats.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 5,
        "min": 3
      },
      "female_weight": {
        "max": 5,
        "min": 3
      },
      "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/9b61bf4c-7024-4fb3-af78-e10ac05bab42/image, which redirects straight to the file. See it in the reference.