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
-
Akita
5
-
Alaskan Malamute
5
-
Anatolian Shepherd Dog
5
-
Bernese Mountain Dog
5
-
Black Russian Terrier
5
-
Boerboel
5
-
Boxer
5
-
Bullmastiff
5
-
Cane Corso
5
-
Chinook
5
-
Doberman Pinscher
5
-
Dogo Argentino
5
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.
curl -s "https://dogapi.dog/api/v2/breeds/e0561c26-6d8b-42ae-88df-3047873e929a"
{
"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.