🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Porcelaine 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
8–10 kg
Female weight
8–10 kg
Hypoallergenic
No
Id
9b1bc137-68fe-4e7a-8b7f-3ae5481de7c2

The Porcelaine is a small and agile breed of dog that was originally bred in France for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.

There are only 350 Cisky Terriers in the world, possibly making it the rarest breed. 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/9b1bc137-68fe-4e7a-8b7f-3ae5481de7c2. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/9b1bc137-68fe-4e7a-8b7f-3ae5481de7c2"
Response
{
  "data": {
    "id": "9b1bc137-68fe-4e7a-8b7f-3ae5481de7c2",
    "type": "breed",
    "attributes": {
      "name": "Porcelaine",
      "description": "The Porcelaine is a small and agile breed of dog that was originally bred in France for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 10,
        "min": 8
      },
      "female_weight": {
        "max": 10,
        "min": 8
      },
      "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/9b1bc137-68fe-4e7a-8b7f-3ae5481de7c2/image, which redirects straight to the file. See it in the reference.