🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Yorkshire Terrier 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–15 years
Male weight
2–3 kg
Female weight
2–3 kg
Hypoallergenic
No
Id
ce40589c-295a-4259-9e83-711854db8129

The Yorkshire Terrier is a small, intelligent dog breed with a long, silky coat that is typically blue and tan in color. They are known for their feisty, independent nature and their affectionate personalities, and were originally bred to hunt rats and other vermin in the textile mills of Yorkshire, England.

A Russian dog named Laika was the first animal in space, traveling around Earth in 1957. 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/ce40589c-295a-4259-9e83-711854db8129. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/ce40589c-295a-4259-9e83-711854db8129"
Response
{
  "data": {
    "id": "ce40589c-295a-4259-9e83-711854db8129",
    "type": "breed",
    "attributes": {
      "name": "Yorkshire Terrier",
      "description": "The Yorkshire Terrier is a small, intelligent dog breed with a long, silky coat that is typically blue and tan in color. They are known for their feisty, independent nature and their affectionate personalities, and were originally bred to hunt rats and other vermin in the textile mills of Yorkshire, England.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 3,
        "min": 2
      },
      "female_weight": {
        "max": 3,
        "min": 2
      },
      "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/ce40589c-295a-4259-9e83-711854db8129/image, which redirects straight to the file. See it in the reference.