🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Pomeranian belongs to the Toy Group.

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

Group
Toy Group
Life span
12–16 years
Male weight
2–5 kg
Female weight
2–5 kg
Hypoallergenic
No
Id
b7211a59-787d-4b34-b390-77b9b0dc5b9d

The Pomeranian is a small and playful breed of dog that was originally bred in Germany as a companion dog. They are intelligent, affectionate, and loyal, and make excellent family pets.

In Old England, the word "hound" was used to refer to all types of dogs. random fact from GET /api/v2/facts

More from the Toy Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/b7211a59-787d-4b34-b390-77b9b0dc5b9d. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/b7211a59-787d-4b34-b390-77b9b0dc5b9d"
Response
{
  "data": {
    "id": "b7211a59-787d-4b34-b390-77b9b0dc5b9d",
    "type": "breed",
    "attributes": {
      "name": "Pomeranian",
      "description": "The Pomeranian is a small and playful breed of dog that was originally bred in Germany as a companion dog. They are intelligent, affectionate, and loyal, and make excellent family pets.",
      "life": {
        "max": 16,
        "min": 12
      },
      "male_weight": {
        "max": 5,
        "min": 2
      },
      "female_weight": {
        "max": 5,
        "min": 2
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "f56dc4b1-ba1a-4454-8ce2-bd5d41404a0c",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/b7211a59-787d-4b34-b390-77b9b0dc5b9d/image, which redirects straight to the file. See it in the reference.