🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Thai Ridgeback 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
20–25 kg
Female weight
20–25 kg
Hypoallergenic
No
Id
0092363c-abcf-436e-8012-40b66cb8d2c8

The Thai Ridgeback is a medium-sized breed of dog that originated in Thailand. It is an active and intelligent breed that is loyal and devoted to its family. The Thai Ridgeback stands between 20-24 inches at the shoulder and has a short to medium-length coat that comes in various colors.

The American Kennel Club, the most influential dog club in the United States, was founded in 1884. 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/0092363c-abcf-436e-8012-40b66cb8d2c8. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/0092363c-abcf-436e-8012-40b66cb8d2c8"
Response
{
  "data": {
    "id": "0092363c-abcf-436e-8012-40b66cb8d2c8",
    "type": "breed",
    "attributes": {
      "name": "Thai Ridgeback",
      "description": "The Thai Ridgeback is a medium-sized breed of dog that originated in Thailand. It is an active and intelligent breed that is loyal and devoted to its family. The Thai Ridgeback stands between 20-24 inches at the shoulder and has a short to medium-length coat that comes in various colors.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 25,
        "min": 20
      },
      "female_weight": {
        "max": 25,
        "min": 20
      },
      "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/0092363c-abcf-436e-8012-40b66cb8d2c8/image, which redirects straight to the file. See it in the reference.