🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Irish 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–15 years
Male weight
7–9 kg
Female weight
7–9 kg
Hypoallergenic
No
Id
84b24bac-9b97-4bb0-a585-e8bb18de1a58

The Irish Terrier is a medium-sized, energetic breed that is known for its intelligence, courage, and loyalty. This breed is native to Ireland, where it was originally used to hunt small game and vermin.

Some stray Russian dogs have figured out how to use the subway system in order to travel to more populated areas in search of food. 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/84b24bac-9b97-4bb0-a585-e8bb18de1a58. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/84b24bac-9b97-4bb0-a585-e8bb18de1a58"
Response
{
  "data": {
    "id": "84b24bac-9b97-4bb0-a585-e8bb18de1a58",
    "type": "breed",
    "attributes": {
      "name": "Irish Terrier",
      "description": "The Irish Terrier is a medium-sized, energetic breed that is known for its intelligence, courage, and loyalty. This breed is native to Ireland, where it was originally used to hunt small game and vermin.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 9,
        "min": 7
      },
      "female_weight": {
        "max": 9,
        "min": 7
      },
      "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/84b24bac-9b97-4bb0-a585-e8bb18de1a58/image, which redirects straight to the file. See it in the reference.