🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Japanese Spitz 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
5–7 kg
Female weight
5–7 kg
Hypoallergenic
No
Id
1d18a7b3-ce08-41bb-a573-a99f89fb14f1

The Japanese Spitz is a small, active breed with a long, fluffy coat. They have a triangular head and medium-sized, dark eyes with a friendly expression that is often described as “smiling.” The Japanese Spitz is an intelligent, loyal breed that loves to be around its family and is known for its affectionate nature.

Wow, check out those choppers! Puppies have 28 teeth and normal adult dogs have 42. 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/1d18a7b3-ce08-41bb-a573-a99f89fb14f1. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/1d18a7b3-ce08-41bb-a573-a99f89fb14f1"
Response
{
  "data": {
    "id": "1d18a7b3-ce08-41bb-a573-a99f89fb14f1",
    "type": "breed",
    "attributes": {
      "name": "Japanese Spitz",
      "description": "The Japanese Spitz is a small, active breed with a long, fluffy coat. They have a triangular head and medium-sized, dark eyes with a friendly expression that is often described as “smiling.” The Japanese Spitz is an intelligent, loyal breed that loves to be around its family and is known for its affectionate nature.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 7,
        "min": 5
      },
      "female_weight": {
        "max": 7,
        "min": 5
      },
      "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/1d18a7b3-ce08-41bb-a573-a99f89fb14f1/image, which redirects straight to the file. See it in the reference.