🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Samoyed 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
12–14 years
Male weight
20–30 kg
Female weight
20–30 kg
Hypoallergenic
No
Id
e3046d15-8fae-4cbb-a6df-4afe80490bbd

The Samoyed is a large and fluffy breed of dog that was originally bred in Siberia for herding and guarding livestock. They are intelligent, friendly, and playful, and make excellent family pets.

A dog’s heart beats up to 120 times per minute, or 50% faster than the average human heartbeat of 80 times per minute. 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/e3046d15-8fae-4cbb-a6df-4afe80490bbd. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/e3046d15-8fae-4cbb-a6df-4afe80490bbd"
Response
{
  "data": {
    "id": "e3046d15-8fae-4cbb-a6df-4afe80490bbd",
    "type": "breed",
    "attributes": {
      "name": "Samoyed",
      "description": "The Samoyed is a large and fluffy breed of dog that was originally bred in Siberia for herding and guarding livestock. They are intelligent, friendly, and playful, and make excellent family pets.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 30,
        "min": 20
      },
      "female_weight": {
        "max": 30,
        "min": 20
      },
      "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/e3046d15-8fae-4cbb-a6df-4afe80490bbd/image, which redirects straight to the file. See it in the reference.