🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Russian Tsvetnaya Bolonka 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
14–16 years
Male weight
3–5 kg
Female weight
3–5 kg
Hypoallergenic
No
Id
8d8acfdf-54a9-46fa-a5e6-e5d1ed3c7528

The Russian Tsvetnaya Bolonka is a small and playful breed of dog that was originally bred in Russia as a companion dog. They are intelligent, affectionate, and loyal, and make excellent family pets.

Service dogs are trained to know when they are on duty. When their harness is on, they know it's business time. When you take it off, the pups immediately become playful and energetic. 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/8d8acfdf-54a9-46fa-a5e6-e5d1ed3c7528. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/8d8acfdf-54a9-46fa-a5e6-e5d1ed3c7528"
Response
{
  "data": {
    "id": "8d8acfdf-54a9-46fa-a5e6-e5d1ed3c7528",
    "type": "breed",
    "attributes": {
      "name": "Russian Tsvetnaya Bolonka",
      "description": "The Russian Tsvetnaya Bolonka is a small and playful breed of dog that was originally bred in Russia as a companion dog. They are intelligent, affectionate, and loyal, and make excellent family pets.",
      "life": {
        "max": 16,
        "min": 14
      },
      "male_weight": {
        "max": 5,
        "min": 3
      },
      "female_weight": {
        "max": 5,
        "min": 3
      },
      "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/8d8acfdf-54a9-46fa-a5e6-e5d1ed3c7528/image, which redirects straight to the file. See it in the reference.