🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Norwich 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
5–6 kg
Female weight
5–6 kg
Hypoallergenic
No
Id
1042a426-55b1-4129-8331-1c54b4f5c506

The Norwich Terrier is a small breed of dog that originated in England. It is a compact and lively breed, with a short, wiry coat. Its head is large and round, with small, erect ears. Its legs are short and strong, and its tail is usually docked. The Norwich Terrier is an intelligent and friendly breed, and it makes a great family pet. It is an active breed, and it needs regular exercise and mental stimulation. It is loyal and affectionate, and it enjoys being around its family.

France has the 2nd highest dog population. 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/1042a426-55b1-4129-8331-1c54b4f5c506. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/1042a426-55b1-4129-8331-1c54b4f5c506"
Response
{
  "data": {
    "id": "1042a426-55b1-4129-8331-1c54b4f5c506",
    "type": "breed",
    "attributes": {
      "name": "Norwich Terrier",
      "description": "The Norwich Terrier is a small breed of dog that originated in England. It is a compact and lively breed, with a short, wiry coat. Its head is large and round, with small, erect ears. Its legs are short and strong, and its tail is usually docked. The Norwich Terrier is an intelligent and friendly breed, and it makes a great family pet. It is an active breed, and it needs regular exercise and mental stimulation. It is loyal and affectionate, and it enjoys being around its family.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 6,
        "min": 5
      },
      "female_weight": {
        "max": 6,
        "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/1042a426-55b1-4129-8331-1c54b4f5c506/image, which redirects straight to the file. See it in the reference.