🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Leonberger belongs to the Working Group.

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

Group
Working Group
Life span
8–10 years
Male weight
70–80 kg
Female weight
55–65 kg
Hypoallergenic
No
Id
0780919e-5b5d-4883-9c09-c6d150e224ce

The Leonberger is a large and powerful breed of dog that was originally bred in Germany for working on farms. They are intelligent, gentle, and loyal, and make excellent family pets.

A dog's nose is wet because it is lined with mucus, which helps to pick up scents. random fact from GET /api/v2/facts

More from the Working Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/0780919e-5b5d-4883-9c09-c6d150e224ce. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/0780919e-5b5d-4883-9c09-c6d150e224ce"
Response
{
  "data": {
    "id": "0780919e-5b5d-4883-9c09-c6d150e224ce",
    "type": "breed",
    "attributes": {
      "name": "Leonberger",
      "description": "The Leonberger is a large and powerful breed of dog that was originally bred in Germany for working on farms. They are intelligent, gentle, and loyal, and make excellent family pets.",
      "life": {
        "max": 10,
        "min": 8
      },
      "male_weight": {
        "max": 80,
        "min": 70
      },
      "female_weight": {
        "max": 65,
        "min": 55
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "56081cf0-fdf2-4114-9bf7-23a3f5b6af91",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/0780919e-5b5d-4883-9c09-c6d150e224ce/image, which redirects straight to the file. See it in the reference.