🐢 Dog API by kinduff

The Dog API provides dog data as a service!

Lagotto Romagnolo belongs to the 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
Sporting Group
Life span
12–15 years
Male weight
14–20 kg
Female weight
14–20 kg
Hypoallergenic
No
Id
29a93640-0e51-4a03-8675-d16ddcdde345

The Lagotto Romagnolo is a small and agile breed of dog that was originally bred in Italy for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.

In Iran, it is against the law to own a dog as a pet. However, if an owner can prove the dog is a guard or hunting dog, this restriction doesn’t apply. Muslim reticence concerning dogs is perhaps due to the fact that rabies has always been endemic in the Middle East. random fact from GET /api/v2/facts

More from the Sporting Group

Every breed in this group β†’

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/29a93640-0e51-4a03-8675-d16ddcdde345. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/29a93640-0e51-4a03-8675-d16ddcdde345"
Response
{
  "data": {
    "id": "29a93640-0e51-4a03-8675-d16ddcdde345",
    "type": "breed",
    "attributes": {
      "name": "Lagotto Romagnolo",
      "description": "The Lagotto Romagnolo is a small and agile breed of dog that was originally bred in Italy for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 20,
        "min": 14
      },
      "female_weight": {
        "max": 20,
        "min": 14
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "ab110192-e41b-43ff-a630-f7aee156b33a",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/29a93640-0e51-4a03-8675-d16ddcdde345/image, which redirects straight to the file. See it in the reference.