🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Lancashire Heeler belongs to the Miscellaneous Class.

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

Group
Miscellaneous Class
Life span
12–15 years
Male weight
8–11 kg
Female weight
8–11 kg
Hypoallergenic
No
Id
07c54488-8697-4785-b68f-93296bb24f06

The Lancashire Heeler is a small to medium-sized breed of dog that was developed in England. It is an active and intelligent breed that is loyal and friendly. The Lancashire Heeler stands between 11-13 inches at the shoulder and has a short and dense coat that comes in various colors and patterns.

A lost Dachshund was found swallowed whole in the stomach of a giant catfish in Berlin on July 2003. random fact from GET /api/v2/facts

More from the Miscellaneous Class

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/07c54488-8697-4785-b68f-93296bb24f06. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/07c54488-8697-4785-b68f-93296bb24f06"
Response
{
  "data": {
    "id": "07c54488-8697-4785-b68f-93296bb24f06",
    "type": "breed",
    "attributes": {
      "name": "Lancashire Heeler",
      "description": "The Lancashire Heeler is a small to medium-sized breed of dog that was developed in England. It is an active and intelligent breed that is loyal and friendly. The Lancashire Heeler stands between 11-13 inches at the shoulder and has a short and dense coat that comes in various colors and patterns.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 11,
        "min": 8
      },
      "female_weight": {
        "max": 11,
        "min": 8
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "d4b72541-a1c6-46d7-b13c-709e148c7884",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/07c54488-8697-4785-b68f-93296bb24f06/image, which redirects straight to the file. See it in the reference.