🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Russian Toy belongs to the Toy Group.

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

Group
Toy Group
Life span
12–14 years
Male weight
1–3 kg
Female weight
1–3 kg
Hypoallergenic
No
Id
8541e4d7-5f08-40db-bda3-1fc0cfeec869

The Russian Toy is a small yet sturdy breed with a compact body and a short, smooth coat. They have a lively, active temperament and are an ideal companion for families and for those looking for a small, loyal, and loving pet. The Russian Toy is an intelligent breed that is easy to train and loves to please its owners.

Pit bulls have been given a bad rap. BADRAP was started in the San Francisco Bay area on behalf of "pit bulls and their people" and was ranked nationally as a No. 1 high-impact nonprofit for animal welfare. random fact from GET /api/v2/facts

More from the Toy Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/8541e4d7-5f08-40db-bda3-1fc0cfeec869. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/8541e4d7-5f08-40db-bda3-1fc0cfeec869"
Response
{
  "data": {
    "id": "8541e4d7-5f08-40db-bda3-1fc0cfeec869",
    "type": "breed",
    "attributes": {
      "name": "Russian Toy",
      "description": "The Russian Toy is a small yet sturdy breed with a compact body and a short, smooth coat. They have a lively, active temperament and are an ideal companion for families and for those looking for a small, loyal, and loving pet. The Russian Toy is an intelligent breed that is easy to train and loves to please its owners.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 3,
        "min": 1
      },
      "female_weight": {
        "max": 3,
        "min": 1
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "f56dc4b1-ba1a-4454-8ce2-bd5d41404a0c",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/8541e4d7-5f08-40db-bda3-1fc0cfeec869/image, which redirects straight to the file. See it in the reference.