🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Norrbottenspets belongs to the Miscellaneous Class.

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

Group
Miscellaneous Class
Life span
12–15 years
Male weight
8–10 kg
Female weight
8–10 kg
Hypoallergenic
No
Id
6ed6cebe-6b66-4839-a7d4-4b1c930be0d7

The Norrbottenspets is a small and playful breed of dog that was originally bred in Sweden for hunting small game. They are intelligent, energetic, and affectionate, and make excellent companion dogs.

In addition to "formal" forms of dog training (operant conditioning, reinforcement, or classical conditioning), dogs are able to learn merely from observation. random fact from GET /api/v2/facts

More from the Miscellaneous Class

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/6ed6cebe-6b66-4839-a7d4-4b1c930be0d7. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/6ed6cebe-6b66-4839-a7d4-4b1c930be0d7"
Response
{
  "data": {
    "id": "6ed6cebe-6b66-4839-a7d4-4b1c930be0d7",
    "type": "breed",
    "attributes": {
      "name": "Norrbottenspets",
      "description": "The Norrbottenspets is a small and playful breed of dog that was originally bred in Sweden for hunting small game. They are intelligent, energetic, and affectionate, and make excellent companion dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 10,
        "min": 8
      },
      "female_weight": {
        "max": 10,
        "min": 8
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "d4b72541-a1c6-46d7-b13c-709e148c7884",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/6ed6cebe-6b66-4839-a7d4-4b1c930be0d7/image, which redirects straight to the file. See it in the reference.