🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Xoloitzcuintli belongs to the Non-Sporting Group. Hypoallergenic.

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

Group
Non-Sporting Group
Life span
12–15 years
Male weight
10–15 kg
Female weight
10–15 kg
Hypoallergenic
Yes
Id
43cdadb4-851b-4a3a-99c1-5f63d08d97f8

The Xoloitzcuintli, also known as the Mexican Hairless Dog, is a small and intelligent breed of dog that was originally bred in Mexico for hunting and guarding. They are loyal, alert, and affectionate, and make excellent companion dogs.

The wetness of a dog's nose is essential for determining what direction a smell is coming from. random fact from GET /api/v2/facts

More from the Non-Sporting Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/43cdadb4-851b-4a3a-99c1-5f63d08d97f8. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/43cdadb4-851b-4a3a-99c1-5f63d08d97f8"
Response
{
  "data": {
    "id": "43cdadb4-851b-4a3a-99c1-5f63d08d97f8",
    "type": "breed",
    "attributes": {
      "name": "Xoloitzcuintli",
      "description": "The Xoloitzcuintli, also known as the Mexican Hairless Dog, is a small and intelligent breed of dog that was originally bred in Mexico for hunting and guarding. They are loyal, alert, and affectionate, and make excellent companion dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 15,
        "min": 10
      },
      "female_weight": {
        "max": 15,
        "min": 10
      },
      "hypoallergenic": true,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "7f6ea988-366a-4e20-b4ba-4d04274fea61",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/43cdadb4-851b-4a3a-99c1-5f63d08d97f8/image, which redirects straight to the file. See it in the reference.