🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Manchester Terrier (Standard) 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
6–7 kg
Female weight
6–7 kg
Hypoallergenic
No
Id
983e5341-b39b-43d0-bc92-ec57e99ffbfe

The Manchester Terrier (Standard) is a small, lively terrier breed from England. They are active and energetic, but also loyal and affectionate. Manchester Terriers have a sleek, short-haired coat that is usually black-and-tan in color. They are intelligent, easy to train, and make great family pets.

Bingo is the name of the dog on the box of Cracker Jacks. 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/983e5341-b39b-43d0-bc92-ec57e99ffbfe. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/983e5341-b39b-43d0-bc92-ec57e99ffbfe"
Response
{
  "data": {
    "id": "983e5341-b39b-43d0-bc92-ec57e99ffbfe",
    "type": "breed",
    "attributes": {
      "name": "Manchester Terrier (Standard)",
      "description": "The Manchester Terrier (Standard) is a small, lively terrier breed from England. They are active and energetic, but also loyal and affectionate. Manchester Terriers have a sleek, short-haired coat that is usually black-and-tan in color. They are intelligent, easy to train, and make great family pets.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 7,
        "min": 6
      },
      "female_weight": {
        "max": 7,
        "min": 6
      },
      "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/983e5341-b39b-43d0-bc92-ec57e99ffbfe/image, which redirects straight to the file. See it in the reference.