🐢 Dog API by kinduff

The Dog API provides dog data as a service!

Miniature American Shepherd 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–14 years
Male weight
7–14 kg
Female weight
7–14 kg
Hypoallergenic
No
Id
740a0fe5-c377-432f-a0dd-33142a23876f

The Miniature American Shepherd is a small and energetic breed of dog that was originally bred in the United States for herding and guarding livestock. They are intelligent, loyal, and hardworking, and make excellent working dogs.

Express yourself. Dogs’ ears are extremely expressive. It’s no wonder! There are more than a dozen separate muscles that control a dog’s ear movements. 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/740a0fe5-c377-432f-a0dd-33142a23876f. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/740a0fe5-c377-432f-a0dd-33142a23876f"
Response
{
  "data": {
    "id": "740a0fe5-c377-432f-a0dd-33142a23876f",
    "type": "breed",
    "attributes": {
      "name": "Miniature American Shepherd",
      "description": "The Miniature American Shepherd is a small and energetic breed of dog that was originally bred in the United States for herding and guarding livestock. They are intelligent, loyal, and hardworking, and make excellent working dogs.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 14,
        "min": 7
      },
      "female_weight": {
        "max": 14,
        "min": 7
      },
      "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/740a0fe5-c377-432f-a0dd-33142a23876f/image, which redirects straight to the file. See it in the reference.