🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Rat Terrier belongs to the Terrier Group.

No picture for this breed yet. Images are imported from Wikimedia Commons, and this one has not turned up a usable photo.

Group
Terrier Group
Life span
14–16 years
Male weight
2–6 kg
Female weight
2–6 kg
Hypoallergenic
No
Id
381bd789-3be9-4bb5-aab6-16381134b1d2

The Rat Terrier is a small-sized breed of dog that was originally bred for hunting rats and other small rodents. They are energetic and playful, and make excellent companion dogs.

The average dog is as intelligent as a two-year-old child. random fact from GET /api/v2/facts

More from the Terrier Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/381bd789-3be9-4bb5-aab6-16381134b1d2. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/381bd789-3be9-4bb5-aab6-16381134b1d2"
Response
{
  "data": {
    "id": "381bd789-3be9-4bb5-aab6-16381134b1d2",
    "type": "breed",
    "attributes": {
      "name": "Rat Terrier",
      "description": "The Rat Terrier is a small-sized breed of dog that was originally bred for hunting rats and other small rodents. They are energetic and playful, and make excellent companion dogs.",
      "life": {
        "max": 16,
        "min": 14
      },
      "male_weight": {
        "max": 6,
        "min": 2
      },
      "female_weight": {
        "max": 6,
        "min": 2
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "1bbf373b-1937-4e73-9863-45385daa4979",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/381bd789-3be9-4bb5-aab6-16381134b1d2/image, which redirects straight to the file. See it in the reference.