🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Tornjak 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
40–70 kg
Female weight
40–70 kg
Hypoallergenic
No
Id
05cfc7f3-c2e6-426c-a245-818a89a7d3f6

The Tornjak is a large and powerful breed of dog that was originally bred in Croatia for herding livestock and guarding the home. They are intelligent, loyal, and protective, and make excellent guard dogs.

President Lyndon Johnson had two beagles named Him and Her. 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/05cfc7f3-c2e6-426c-a245-818a89a7d3f6. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/05cfc7f3-c2e6-426c-a245-818a89a7d3f6"
Response
{
  "data": {
    "id": "05cfc7f3-c2e6-426c-a245-818a89a7d3f6",
    "type": "breed",
    "attributes": {
      "name": "Tornjak",
      "description": "The Tornjak is a large and powerful breed of dog that was originally bred in Croatia for herding livestock and guarding the home. They are intelligent, loyal, and protective, and make excellent guard dogs.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 70,
        "min": 40
      },
      "female_weight": {
        "max": 70,
        "min": 40
      },
      "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/05cfc7f3-c2e6-426c-a245-818a89a7d3f6/image, which redirects straight to the file. See it in the reference.