🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Perro de Presa Canario 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
10–12 years
Male weight
40–50 kg
Female weight
35–45 kg
Hypoallergenic
No
Id
399c6552-7b4f-418c-a3cc-951cf6752a2e

The Perro de Presa Canario is a large breed of dog from the Canary Islands. These dogs are large in size, with a short and thick coat of fur. They have a dignified and loyal demeanor, making them excellent guard and companion dogs. They are highly trainable and intelligent, with an instinct to protect their family and property. They are brave and alert, with an independent nature that makes them well suited for guard work.

The breed Lundehune has 6 toes and can close its ears. 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/399c6552-7b4f-418c-a3cc-951cf6752a2e. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/399c6552-7b4f-418c-a3cc-951cf6752a2e"
Response
{
  "data": {
    "id": "399c6552-7b4f-418c-a3cc-951cf6752a2e",
    "type": "breed",
    "attributes": {
      "name": "Perro de Presa Canario",
      "description": "The Perro de Presa Canario is a large breed of dog from the Canary Islands. These dogs are large in size, with a short and thick coat of fur. They have a dignified and loyal demeanor, making them excellent guard and companion dogs. They are highly trainable and intelligent, with an instinct to protect their family and property. They are brave and alert, with an independent nature that makes them well suited for guard work.",
      "life": {
        "max": 12,
        "min": 10
      },
      "male_weight": {
        "max": 50,
        "min": 40
      },
      "female_weight": {
        "max": 45,
        "min": 35
      },
      "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/399c6552-7b4f-418c-a3cc-951cf6752a2e/image, which redirects straight to the file. See it in the reference.