🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Teddy Roosevelt Terrier belongs to the Miscellaneous Class.

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

Group
Miscellaneous Class
Life span
12–15 years
Male weight
7–11 kg
Female weight
7–11 kg
Hypoallergenic
No
Id
b5eb977b-8944-4c04-923f-4ab745be8239

The Teddy Roosevelt Terrier is a small breed of terrier that originated in the United States. It is a compact and lively breed, with a short, wiry coat. Its head is large and round, with small, erect ears. Its legs are short and powerful, and its tail is usually docked. The Teddy Roosevelt Terrier is an intelligent and loyal breed, and it makes an excellent family pet. It is an active breed, and it needs regular exercise and mental stimulation. It is loyal and affectionate, and it enjoys being around its family.

Dogs have three eyelids, including one to keep their eyes moist and protected. random fact from GET /api/v2/facts

More from the Miscellaneous Class

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/b5eb977b-8944-4c04-923f-4ab745be8239. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/b5eb977b-8944-4c04-923f-4ab745be8239"
Response
{
  "data": {
    "id": "b5eb977b-8944-4c04-923f-4ab745be8239",
    "type": "breed",
    "attributes": {
      "name": "Teddy Roosevelt Terrier",
      "description": "The Teddy Roosevelt Terrier is a small breed of terrier that originated in the United States. It is a compact and lively breed, with a short, wiry coat. Its head is large and round, with small, erect ears. Its legs are short and powerful, and its tail is usually docked. The Teddy Roosevelt Terrier is an intelligent and loyal breed, and it makes an excellent family pet. It is an active breed, and it needs regular exercise and mental stimulation. It is loyal and affectionate, and it enjoys being around its family.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 11,
        "min": 7
      },
      "female_weight": {
        "max": 11,
        "min": 7
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "d4b72541-a1c6-46d7-b13c-709e148c7884",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/b5eb977b-8944-4c04-923f-4ab745be8239/image, which redirects straight to the file. See it in the reference.