Newfoundland 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
- 8–10 years
- Male weight
- 45–70 kg
- Female weight
- 45–70 kg
- Hypoallergenic
- No
- Id
3f5ec130-8f1e-41fb-b614-26dda736375f
The Newfoundland is a large and muscular breed of dog that was originally bred for working on boats and in the water. They are gentle and intelligent, and make excellent family pets.
Upright, stiff, rapid tail movement is not wagging or "friendly" but indicates a dog who's rather excited and focused. 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/3f5ec130-8f1e-41fb-b614-26dda736375f. No key, no sign up.
See it in the reference.
curl -s "https://dogapi.dog/api/v2/breeds/3f5ec130-8f1e-41fb-b614-26dda736375f"
{
"data": {
"id": "3f5ec130-8f1e-41fb-b614-26dda736375f",
"type": "breed",
"attributes": {
"name": "Newfoundland",
"description": "The Newfoundland is a large and muscular breed of dog that was originally bred for working on boats and in the water. They are gentle and intelligent, and make excellent family pets.",
"life": {
"max": 10,
"min": 8
},
"male_weight": {
"max": 70,
"min": 45
},
"female_weight": {
"max": 70,
"min": 45
},
"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/3f5ec130-8f1e-41fb-b614-26dda736375f/image, which redirects
straight to the file. See it in the reference.