🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Working Kelpie belongs to the Foundation Stock Service.

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

Group
Foundation Stock Service
Life span
12–15 years
Male weight
16–20 kg
Female weight
16–20 kg
Hypoallergenic
No
Id
c6b12b96-9f53-445b-8f3e-bf867c761dca

The Working Kelpie is a medium-sized breed of herding dog that originated in Australia. It is an active and energetic breed, with a short, 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 Working Kelpie 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.

There are an estimated 900 million dogs in the world. random fact from GET /api/v2/facts

More from the Foundation Stock Service

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/c6b12b96-9f53-445b-8f3e-bf867c761dca. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/c6b12b96-9f53-445b-8f3e-bf867c761dca"
Response
{
  "data": {
    "id": "c6b12b96-9f53-445b-8f3e-bf867c761dca",
    "type": "breed",
    "attributes": {
      "name": "Working Kelpie",
      "description": "The Working Kelpie is a medium-sized breed of herding dog that originated in Australia. It is an active and energetic breed, with a short, 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 Working Kelpie 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": 15,
        "min": 12
      },
      "male_weight": {
        "max": 20,
        "min": 16
      },
      "female_weight": {
        "max": 20,
        "min": 16
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "8000793f-a1ae-4ec4-8d55-ef83f1f644e5",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/c6b12b96-9f53-445b-8f3e-bf867c761dca/image, which redirects straight to the file. See it in the reference.