🐶 Dog API by kinduff

The Dog API provides dog data as a service!

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

Every breed in this group →

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.

Request
curl -s "https://dogapi.dog/api/v2/breeds/3f5ec130-8f1e-41fb-b614-26dda736375f"
Response
{
  "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.