🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Tosa 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
8–12 years
Male weight
50–80 kg
Female weight
50–80 kg
Hypoallergenic
No
Id
c30c7a54-dd12-4b75-bdd5-5489ab68f0cf

The Tosa is a large and powerful breed of dog that was originally bred for dog fighting in Japan. They are loyal and protective, and make excellent guard dogs.

The American Water Spaniel was the first hunting breed developed to retrieve from boats. 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/c30c7a54-dd12-4b75-bdd5-5489ab68f0cf. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/c30c7a54-dd12-4b75-bdd5-5489ab68f0cf"
Response
{
  "data": {
    "id": "c30c7a54-dd12-4b75-bdd5-5489ab68f0cf",
    "type": "breed",
    "attributes": {
      "name": "Tosa",
      "description": "The Tosa is a large and powerful breed of dog that was originally bred for dog fighting in Japan. They are loyal and protective, and make excellent guard dogs.",
      "life": {
        "max": 12,
        "min": 8
      },
      "male_weight": {
        "max": 80,
        "min": 50
      },
      "female_weight": {
        "max": 80,
        "min": 50
      },
      "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/c30c7a54-dd12-4b75-bdd5-5489ab68f0cf/image, which redirects straight to the file. See it in the reference.