🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Portuguese Sheepdog 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–14 years
Male weight
25–30 kg
Female weight
25–30 kg
Hypoallergenic
No
Id
112035a1-3ec1-4fd2-80c7-2fb96936ddec

The Portuguese Sheepdog is a medium-sized herding breed that originated in Portugal. It is an intelligent and loyal breed that is friendly with people and other animals. The Portuguese Sheepdog stands between 17-21 inches at the shoulder and has a medium-length coat that can come in various colors and patterns.

Three of the 12 dogs on the Titanic survived. 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/112035a1-3ec1-4fd2-80c7-2fb96936ddec. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/112035a1-3ec1-4fd2-80c7-2fb96936ddec"
Response
{
  "data": {
    "id": "112035a1-3ec1-4fd2-80c7-2fb96936ddec",
    "type": "breed",
    "attributes": {
      "name": "Portuguese Sheepdog",
      "description": "The Portuguese Sheepdog is a medium-sized herding breed that originated in Portugal. It is an intelligent and loyal breed that is friendly with people and other animals. The Portuguese Sheepdog stands between 17-21 inches at the shoulder and has a medium-length coat that can come in various colors and patterns.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 30,
        "min": 25
      },
      "female_weight": {
        "max": 30,
        "min": 25
      },
      "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/112035a1-3ec1-4fd2-80c7-2fb96936ddec/image, which redirects straight to the file. See it in the reference.