Labrador Retriever belongs to the 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
- Sporting Group
- Life span
- 12–14 years
- Male weight
- 25–32 kg
- Female weight
- 25–32 kg
- Hypoallergenic
- No
- Id
9d7c4db8-b9cf-4ed3-af8e-86fc56fbf251
The Labrador Retriever is a large and muscular breed of dog that was originally bred in Canada for retrieving game. They are intelligent, friendly, and eager to please, and make excellent family pets.
Rin Tin Tin was the first Hollywood dog star. random fact from GET /api/v2/facts
More from the Sporting Group
-
American Water Spaniel
5
-
Barbet
5
-
Boykin Spaniel
5
-
Brittany
5
-
Chesapeake Bay Retriever
5
-
Clumber Spaniel
5
-
Cocker Spaniel
5
-
Curly-Coated Retriever
5
-
English Cocker Spaniel
5
-
English Setter
5
-
English Springer Spaniel
5
-
Field Spaniel
5
This page, as API data
Everything above came from https://dogapi.dog/api/v2/breeds/9d7c4db8-b9cf-4ed3-af8e-86fc56fbf251. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/9d7c4db8-b9cf-4ed3-af8e-86fc56fbf251"
{
"data": {
"id": "9d7c4db8-b9cf-4ed3-af8e-86fc56fbf251",
"type": "breed",
"attributes": {
"name": "Labrador Retriever",
"description": "The Labrador Retriever is a large and muscular breed of dog that was originally bred in Canada for retrieving game. They are intelligent, friendly, and eager to please, and make excellent family pets.",
"life": {
"max": 14,
"min": 12
},
"male_weight": {
"max": 32,
"min": 25
},
"female_weight": {
"max": 32,
"min": 25
},
"hypoallergenic": false,
"images": []
},
"relationships": {
"group": {
"data": {
"id": "ab110192-e41b-43ff-a630-f7aee156b33a",
"type": "group"
}
}
}
}
}
The picture itself also has an endpoint:
https://dogapi.dog/api/v2/breeds/9d7c4db8-b9cf-4ed3-af8e-86fc56fbf251/image, which redirects
straight to the file. See it in the reference.