🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Schipperke 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
15–17 years
Male weight
5–7 kg
Female weight
5–7 kg
Hypoallergenic
No
Id
88025f0c-987f-42e9-98e0-ccb8b53516e9

The Schipperke is a small breed of dog from Belgium. These dogs are small in size, with a thick double coat of fur. They have a lively and energetic demeanor, with an instinct for hunting and tracking. They are highly intelligent and trainable, but require firm and consistent training to be obedient. They are loyal and devoted to their family, but can be stubborn and independent at times.

Dogs can be trained to detect cancer in humans. 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/88025f0c-987f-42e9-98e0-ccb8b53516e9. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/88025f0c-987f-42e9-98e0-ccb8b53516e9"
Response
{
  "data": {
    "id": "88025f0c-987f-42e9-98e0-ccb8b53516e9",
    "type": "breed",
    "attributes": {
      "name": "Schipperke",
      "description": "The Schipperke is a small breed of dog from Belgium. These dogs are small in size, with a thick double coat of fur. They have a lively and energetic demeanor, with an instinct for hunting and tracking. They are highly intelligent and trainable, but require firm and consistent training to be obedient. They are loyal and devoted to their family, but can be stubborn and independent at times.",
      "life": {
        "max": 17,
        "min": 15
      },
      "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/88025f0c-987f-42e9-98e0-ccb8b53516e9/image, which redirects straight to the file. See it in the reference.