🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Löwchen 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
5–7 kg
Female weight
5–7 kg
Hypoallergenic
No
Id
9228d16a-8a13-447c-90a4-0bafdf31aef4

The Löwchen is a small, active breed with a short, wavy coat. They have a small, wedge-shaped head with large, dark eyes and a lively expression. The Löwchen is a playful, loyal breed that loves to be around its family and is known for its eagerness to please and its lively, friendly nature.

A Border Collie named Chaser has learned the names of 1,022 toys, and can retrieve each by name. 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/9228d16a-8a13-447c-90a4-0bafdf31aef4. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/9228d16a-8a13-447c-90a4-0bafdf31aef4"
Response
{
  "data": {
    "id": "9228d16a-8a13-447c-90a4-0bafdf31aef4",
    "type": "breed",
    "attributes": {
      "name": "Löwchen",
      "description": "The Löwchen is a small, active breed with a short, wavy coat. They have a small, wedge-shaped head with large, dark eyes and a lively expression. The Löwchen is a playful, loyal breed that loves to be around its family and is known for its eagerness to please and its lively, friendly 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": "7f6ea988-366a-4e20-b4ba-4d04274fea61",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/9228d16a-8a13-447c-90a4-0bafdf31aef4/image, which redirects straight to the file. See it in the reference.