🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Siberian Husky 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
12–14 years
Male weight
20–27 kg
Female weight
16–23 kg
Hypoallergenic
No
Id
e0561c26-6d8b-42ae-88df-3047873e929a

The Siberian Husky is a medium-sized working dog from Siberia. They are known for their thick, double coat, which can be black, white, grey, or red and white in color. Siberian Huskies are friendly, outgoing, and loyal, and make great family pets. They are active and require plenty of exercise and mental stimulation to stay healthy and happy.

Dogs engage in rapid-eye-movement when they sleep, and have dreams just like humans do. 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/e0561c26-6d8b-42ae-88df-3047873e929a. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/e0561c26-6d8b-42ae-88df-3047873e929a"
Response
{
  "data": {
    "id": "e0561c26-6d8b-42ae-88df-3047873e929a",
    "type": "breed",
    "attributes": {
      "name": "Siberian Husky",
      "description": "The Siberian Husky is a medium-sized working dog from Siberia. They are known for their thick, double coat, which can be black, white, grey, or red and white in color. Siberian Huskies are friendly, outgoing, and loyal, and make great family pets. They are active and require plenty of exercise and mental stimulation to stay healthy and happy.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 27,
        "min": 20
      },
      "female_weight": {
        "max": 23,
        "min": 16
      },
      "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/e0561c26-6d8b-42ae-88df-3047873e929a/image, which redirects straight to the file. See it in the reference.