🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Russell 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
12–14 years
Male weight
5–7 kg
Female weight
5–7 kg
Hypoallergenic
No
Id
ff7758e7-c33d-472d-ab8d-04d3a6354b39

The Russell Terrier is a small breed of terrier that originated in England. It is a lively and energetic breed, with a short, wire-haired coat. Its head is small and pointed, with small, erect ears. Its legs are short and powerful, and its tail is usually docked. The Russell Terrier is an intelligent and loyal breed, and it makes an excellent family pet. It is an active breed, and it needs plenty of exercise and mental stimulation. It is loyal and affectionate, and it enjoys spending time with its family.

A puppy is born blind, deaf, and toothless. 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/ff7758e7-c33d-472d-ab8d-04d3a6354b39. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/ff7758e7-c33d-472d-ab8d-04d3a6354b39"
Response
{
  "data": {
    "id": "ff7758e7-c33d-472d-ab8d-04d3a6354b39",
    "type": "breed",
    "attributes": {
      "name": "Russell Terrier",
      "description": "The Russell Terrier is a small breed of terrier that originated in England. It is a lively and energetic breed, with a short, wire-haired coat. Its head is small and pointed, with small, erect ears. Its legs are short and powerful, and its tail is usually docked. The Russell Terrier is an intelligent and loyal breed, and it makes an excellent family pet. It is an active breed, and it needs plenty of exercise and mental stimulation. It is loyal and affectionate, and it enjoys spending time with its family.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 7,
        "min": 5
      },
      "female_weight": {
        "max": 7,
        "min": 5
      },
      "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/ff7758e7-c33d-472d-ab8d-04d3a6354b39/image, which redirects straight to the file. See it in the reference.