🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Japanese Akitainu belongs to the Foundation Stock Service.

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

Group
Foundation Stock Service
Life span
12–15 years
Male weight
35–50 kg
Female weight
30–45 kg
Hypoallergenic
No
Id
c24ba2fd-3fb2-49e9-b95e-748dc4d1196c

The Japanese Akitainu is a large and powerful breed of dog that was originally developed in Japan for dog fighting. They are intelligent, loyal, and protective, and make excellent guard dogs.

Watch that plate of cookies! A Dog’s sense of smell is 10,000 – 100,000 times more acute as that of humans. random fact from GET /api/v2/facts

More from the Foundation Stock Service

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/c24ba2fd-3fb2-49e9-b95e-748dc4d1196c. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/c24ba2fd-3fb2-49e9-b95e-748dc4d1196c"
Response
{
  "data": {
    "id": "c24ba2fd-3fb2-49e9-b95e-748dc4d1196c",
    "type": "breed",
    "attributes": {
      "name": "Japanese Akitainu",
      "description": "The Japanese Akitainu is a large and powerful breed of dog that was originally developed in Japan for dog fighting. They are intelligent, loyal, and protective, and make excellent guard dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 50,
        "min": 35
      },
      "female_weight": {
        "max": 45,
        "min": 30
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "8000793f-a1ae-4ec4-8d55-ef83f1f644e5",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/c24ba2fd-3fb2-49e9-b95e-748dc4d1196c/image, which redirects straight to the file. See it in the reference.