🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Yakutian Laika belongs to the Foundation Stock Service.

No picture for this breed yet. Images are imported from Wikimedia Commons, and this one has not turned up a usable photo.

Group
Foundation Stock Service
Life span
12–15 years
Male weight
18–30 kg
Female weight
18–30 kg
Hypoallergenic
No
Id
052684bc-a484-4f29-b953-d5ccf6a3d5e6

The Yakutian Laika is a medium-sized breed of dog that was originally bred in Siberia for hunting and guarding. They are intelligent, independent, and alert, and make excellent companion dogs.

Most dogs are capable of understanding up to 250 words and gestures. random fact from GET /api/v2/facts

More from the Foundation Stock Service

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/052684bc-a484-4f29-b953-d5ccf6a3d5e6. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/052684bc-a484-4f29-b953-d5ccf6a3d5e6"
Response
{
  "data": {
    "id": "052684bc-a484-4f29-b953-d5ccf6a3d5e6",
    "type": "breed",
    "attributes": {
      "name": "Yakutian Laika",
      "description": "The Yakutian Laika is a medium-sized breed of dog that was originally bred in Siberia for hunting and guarding. They are intelligent, independent, and alert, and make excellent companion dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 30,
        "min": 18
      },
      "female_weight": {
        "max": 30,
        "min": 18
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "8000793f-a1ae-4ec4-8d55-ef83f1f644e5",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/052684bc-a484-4f29-b953-d5ccf6a3d5e6/image, which redirects straight to the file. See it in the reference.