🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Italian Greyhound belongs to the Toy Group. Hypoallergenic.

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

Group
Toy Group
Life span
14–16 years
Male weight
3–5 kg
Female weight
3–5 kg
Hypoallergenic
Yes
Id
6eab391a-9497-4283-b994-81a17b5810b1

The Italian Greyhound is a small and slender breed of dog that was originally bred for hunting small game. They are gentle, intelligent, and affectionate, and make excellent companion dogs.

The average dog can run about 19 mph. Greyhounds are the fastest dogs on Earth and can run at speeds of 45 mph. random fact from GET /api/v2/facts

More from the Toy Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/6eab391a-9497-4283-b994-81a17b5810b1. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/6eab391a-9497-4283-b994-81a17b5810b1"
Response
{
  "data": {
    "id": "6eab391a-9497-4283-b994-81a17b5810b1",
    "type": "breed",
    "attributes": {
      "name": "Italian Greyhound",
      "description": "The Italian Greyhound is a small and slender breed of dog that was originally bred for hunting small game. They are gentle, intelligent, and affectionate, and make excellent companion dogs.",
      "life": {
        "max": 16,
        "min": 14
      },
      "male_weight": {
        "max": 5,
        "min": 3
      },
      "female_weight": {
        "max": 5,
        "min": 3
      },
      "hypoallergenic": true,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "f56dc4b1-ba1a-4454-8ce2-bd5d41404a0c",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/6eab391a-9497-4283-b994-81a17b5810b1/image, which redirects straight to the file. See it in the reference.