Lakeland Terrier belongs to the Terrier Group.
No picture for this breed yet. Images are imported from Wikimedia Commons, and this one has not turned up a usable photo.
- Group
- Terrier Group
- Life span
- 12–15 years
- Male weight
- 7–9 kg
- Female weight
- 7–9 kg
- Hypoallergenic
- No
- Id
21ee6f2c-4250-45f5-badd-51ed6c6c450b
The Lakeland Terrier is a small, agile terrier breed with a wiry, weather-resistant coat and a distinctive plumed tail.
Hyenas aren't actually dogs. They are more closely related to cats. random fact from GET /api/v2/facts
More from the Terrier Group
-
Airedale Terrier
5
-
American Hairless Terrier
5
-
American Staffordshire Terrier
5
-
Australian Terrier
5
-
Bedlington Terrier
5
-
Border Terrier
5
-
Bull Terrier
5
-
Cairn Terrier
5
-
Cesky Terrier
5
-
Dandie Dinmont Terrier
5
-
Glen of Imaal Terrier
5
-
Irish Terrier
This page, as API data
Everything above came from https://dogapi.dog/api/v2/breeds/21ee6f2c-4250-45f5-badd-51ed6c6c450b. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/21ee6f2c-4250-45f5-badd-51ed6c6c450b"
{
"data": {
"id": "21ee6f2c-4250-45f5-badd-51ed6c6c450b",
"type": "breed",
"attributes": {
"name": "Lakeland Terrier",
"description": "The Lakeland Terrier is a small, agile terrier breed with a wiry, weather-resistant coat and a distinctive plumed tail.",
"life": {
"max": 15,
"min": 12
},
"male_weight": {
"max": 9,
"min": 7
},
"female_weight": {
"max": 9,
"min": 7
},
"hypoallergenic": false,
"images": []
},
"relationships": {
"group": {
"data": {
"id": "1bbf373b-1937-4e73-9863-45385daa4979",
"type": "group"
}
}
}
}
}
The picture itself also has an endpoint:
https://dogapi.dog/api/v2/breeds/21ee6f2c-4250-45f5-badd-51ed6c6c450b/image, which redirects
straight to the file. See it in the reference.