🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Shiba Inu belongs to the Non-Sporting Group.

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
9–10 kg
Female weight
9–10 kg
Hypoallergenic
No
Id
80d23247-6f46-4962-90cc-c3692b4cb4a5

The Shiba Inu is a small and agile breed of dog that was originally bred in Japan for hunting small game. They are intelligent, independent, and alert, and make excellent companion dogs.

Dalmatian puppies are born completely white. 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/80d23247-6f46-4962-90cc-c3692b4cb4a5. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/80d23247-6f46-4962-90cc-c3692b4cb4a5"
Response
{
  "data": {
    "id": "80d23247-6f46-4962-90cc-c3692b4cb4a5",
    "type": "breed",
    "attributes": {
      "name": "Shiba Inu",
      "description": "The Shiba Inu is a small and agile breed of dog that was originally bred in Japan for hunting small game. They are intelligent, independent, and alert, and make excellent companion dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 10,
        "min": 9
      },
      "female_weight": {
        "max": 10,
        "min": 9
      },
      "hypoallergenic": false,
      "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/80d23247-6f46-4962-90cc-c3692b4cb4a5/image, which redirects straight to the file. See it in the reference.