🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Lapponian Herder 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–14 years
Male weight
15–20 kg
Female weight
15–20 kg
Hypoallergenic
No
Id
dcd92616-487b-4776-8a0d-060d4ba9c021

The Lapponian Herder is a small to medium-sized, spitz-type herding dog native to Finland.

A dog's sense of smell is 10,000 times stronger than a human's. 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/dcd92616-487b-4776-8a0d-060d4ba9c021. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/dcd92616-487b-4776-8a0d-060d4ba9c021"
Response
{
  "data": {
    "id": "dcd92616-487b-4776-8a0d-060d4ba9c021",
    "type": "breed",
    "attributes": {
      "name": "Lapponian Herder",
      "description": "The Lapponian Herder is a small to medium-sized, spitz-type herding dog native to Finland.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 20,
        "min": 15
      },
      "female_weight": {
        "max": 20,
        "min": 15
      },
      "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/dcd92616-487b-4776-8a0d-060d4ba9c021/image, which redirects straight to the file. See it in the reference.