🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Mudi belongs to the Herding Group.

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

Group
Herding Group
Life span
12–15 years
Male weight
10–15 kg
Female weight
10–15 kg
Hypoallergenic
No
Id
0eb894c2-d394-41b6-b8b4-c93328fbb08a

The Mudi is a small to medium-sized dog breed that originated in Hungary. They are known for their intelligence and versatility.

Rin Tin Tin was the first Hollywood dog star. random fact from GET /api/v2/facts

More from the Herding Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/0eb894c2-d394-41b6-b8b4-c93328fbb08a. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/0eb894c2-d394-41b6-b8b4-c93328fbb08a"
Response
{
  "data": {
    "id": "0eb894c2-d394-41b6-b8b4-c93328fbb08a",
    "type": "breed",
    "attributes": {
      "name": "Mudi",
      "description": "The Mudi is a small to medium-sized dog breed that originated in Hungary. They are known for their intelligence and versatility.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 15,
        "min": 10
      },
      "female_weight": {
        "max": 15,
        "min": 10
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "b8e4e89d-057f-432a-9e58-0b85b29b693c",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/0eb894c2-d394-41b6-b8b4-c93328fbb08a/image, which redirects straight to the file. See it in the reference.