🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Miniature Pinscher belongs to the Toy Group. Hypoallergenic.

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
14–16 years
Male weight
2–4 kg
Female weight
2–4 kg
Hypoallergenic
Yes
Id
ec7eae56-137b-4f7e-86e9-1e008c2e3294

The Miniature Pinscher is a small breed of dog that originated in Germany. It is a compact and lively breed, with a short, smooth coat. Its head is large and round, with small, erect ears. Its legs are short and strong, and its tail is usually docked. The Miniature Pinscher is an intelligent and loyal breed, and it makes an excellent family pet. It is an active breed, and it needs regular exercise and mental stimulation. It is loyal and affectionate, and it enjoys being around its family.

Dogs do dream! Dogs and humans have the same type of slow wave sleep (SWS) and rapid eye movement (REM) and during this REM stage dogs can dream. The twitching and paw movements that occur during their sleep are signs that your pet is dreaming 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/ec7eae56-137b-4f7e-86e9-1e008c2e3294. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/ec7eae56-137b-4f7e-86e9-1e008c2e3294"
Response
{
  "data": {
    "id": "ec7eae56-137b-4f7e-86e9-1e008c2e3294",
    "type": "breed",
    "attributes": {
      "name": "Miniature Pinscher",
      "description": "The Miniature Pinscher is a small breed of dog that originated in Germany. It is a compact and lively breed, with a short, smooth coat. Its head is large and round, with small, erect ears. Its legs are short and strong, and its tail is usually docked. The Miniature Pinscher is an intelligent and loyal breed, and it makes an excellent family pet. It is an active breed, and it needs regular exercise and mental stimulation. It is loyal and affectionate, and it enjoys being around its family.",
      "life": {
        "max": 16,
        "min": 14
      },
      "male_weight": {
        "max": 4,
        "min": 2
      },
      "female_weight": {
        "max": 4,
        "min": 2
      },
      "hypoallergenic": true,
      "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/ec7eae56-137b-4f7e-86e9-1e008c2e3294/image, which redirects straight to the file. See it in the reference.