Japanese Chin belongs to the Toy Group.
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
- 12β14 years
- Male weight
- 2β4 kg
- Female weight
- 2β4 kg
- Hypoallergenic
- No
- Id
9a128e96-c007-443b-a352-781de84660c4
The Japanese Chin is a small, elegant dog breed with a distinctive, wedge-shaped head and a long, silky coat that can be black, white, or red in color. They are known for their friendly, playful nature and their agility, and were originally bred as companions for the aristocracy in Japan.
Itβs been demonstrated that dogs can reduce both physical and emotional anxiety. random fact from GET /api/v2/facts
More from the Toy Group
-
Affenpinscher
5
-
Biewer Terrier
5
-
Brussels Griffon
5
-
Cavalier King Charles Spaniel
5
-
Chihuahua
5
-
Chinese Crested
5
-
English Toy Spaniel
5
-
Havanese
-
Italian Greyhound
-
Maltese
-
Manchester Terrier (Toy)
-
Miniature Pinscher
This page, as API data
Everything above came from https://dogapi.dog/api/v2/breeds/9a128e96-c007-443b-a352-781de84660c4. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/9a128e96-c007-443b-a352-781de84660c4"
{
"data": {
"id": "9a128e96-c007-443b-a352-781de84660c4",
"type": "breed",
"attributes": {
"name": "Japanese Chin",
"description": "The Japanese Chin is a small, elegant dog breed with a distinctive, wedge-shaped head and a long, silky coat that can be black, white, or red in color. They are known for their friendly, playful nature and their agility, and were originally bred as companions for the aristocracy in Japan.",
"life": {
"max": 14,
"min": 12
},
"male_weight": {
"max": 4,
"min": 2
},
"female_weight": {
"max": 4,
"min": 2
},
"hypoallergenic": false,
"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/9a128e96-c007-443b-a352-781de84660c4/image, which redirects
straight to the file. See it in the reference.