🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Norwegian Lundehund belongs to the Non-Sporting Group.

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

Group
Non-Sporting Group
Life span
12–15 years
Male weight
7–9 kg
Female weight
6–8 kg
Hypoallergenic
No
Id
518ae773-39ae-4139-963d-d2c1594ff971

The Norwegian Lundehund is a small and agile breed of dog that was originally bred in Norway for hunting puffins. They are intelligent, playful, and energetic, and make excellent companion dogs.

A dog's sense of smell is so powerful that they can detect drugs and explosives. random fact from GET /api/v2/facts

More from the Non-Sporting Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/518ae773-39ae-4139-963d-d2c1594ff971. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/518ae773-39ae-4139-963d-d2c1594ff971"
Response
{
  "data": {
    "id": "518ae773-39ae-4139-963d-d2c1594ff971",
    "type": "breed",
    "attributes": {
      "name": "Norwegian Lundehund",
      "description": "The Norwegian Lundehund is a small and agile breed of dog that was originally bred in Norway for hunting puffins. They are intelligent, playful, and energetic, and make excellent companion dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 9,
        "min": 7
      },
      "female_weight": {
        "max": 8,
        "min": 6
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "7f6ea988-366a-4e20-b4ba-4d04274fea61",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/518ae773-39ae-4139-963d-d2c1594ff971/image, which redirects straight to the file. See it in the reference.