🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Kai Ken 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
15–20 kg
Female weight
15–20 kg
Hypoallergenic
No
Id
cc82182f-5a9e-4bf3-a46a-a2074837bc4e

The Kai Ken is a medium-sized dog breed with a distinctive brindle coat and a strong, muscular build. They are intelligent, loyal, and alert, and were originally bred for hunting game in the mountains of Japan.

In ancient China, people kept warm by putting dogs up their sleeves. 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/cc82182f-5a9e-4bf3-a46a-a2074837bc4e. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/cc82182f-5a9e-4bf3-a46a-a2074837bc4e"
Response
{
  "data": {
    "id": "cc82182f-5a9e-4bf3-a46a-a2074837bc4e",
    "type": "breed",
    "attributes": {
      "name": "Kai Ken",
      "description": "The Kai Ken is a medium-sized dog breed with a distinctive brindle coat and a strong, muscular build. They are intelligent, loyal, and alert, and were originally bred for hunting game in the mountains of Japan.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 20,
        "min": 15
      },
      "female_weight": {
        "max": 20,
        "min": 15
      },
      "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/cc82182f-5a9e-4bf3-a46a-a2074837bc4e/image, which redirects straight to the file. See it in the reference.