🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Spinone Italiano 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–14 years
Male weight
30–35 kg
Female weight
30–35 kg
Hypoallergenic
No
Id
d0a44aee-d13d-44f4-b336-4b7bcd83c77f

The Spinone Italiano is a large breed of gun dog that originated in Italy. It is a powerful and athletic breed, with a thick, wiry coat. Its head is large and round, with small, erect ears. Its legs are strong and muscular, and its tail is usually docked. The Spinone Italiano is an intelligent and loyal breed, and it makes an excellent family pet. It is an active breed, and it needs plenty of exercise and mental stimulation. It is loyal and affectionate, and it enjoys spending time with its family.

The names of 77 ancient Egyptian dogs have been recorded. The names refer to color and character, such as Blackie, Ebony, Good Herdsman, Reliable, and Brave One. 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/d0a44aee-d13d-44f4-b336-4b7bcd83c77f. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/d0a44aee-d13d-44f4-b336-4b7bcd83c77f"
Response
{
  "data": {
    "id": "d0a44aee-d13d-44f4-b336-4b7bcd83c77f",
    "type": "breed",
    "attributes": {
      "name": "Spinone Italiano",
      "description": "The Spinone Italiano is a large breed of gun dog that originated in Italy. It is a powerful and athletic breed, with a thick, wiry coat. Its head is large and round, with small, erect ears. Its legs are strong and muscular, and its tail is usually docked. The Spinone Italiano is an intelligent and loyal breed, and it makes an excellent family pet. It is an active breed, and it needs plenty of exercise and mental stimulation. It is loyal and affectionate, and it enjoys spending time with its family.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 35,
        "min": 30
      },
      "female_weight": {
        "max": 35,
        "min": 30
      },
      "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/d0a44aee-d13d-44f4-b336-4b7bcd83c77f/image, which redirects straight to the file. See it in the reference.