🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Parson 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
6–8 kg
Female weight
6–8 kg
Hypoallergenic
No
Id
5d5a842e-7eea-4355-93d2-d0b9ff23fa3d

The Parson Russell Terrier is a small and energetic breed of dog that was originally bred for hunting small game. They are intelligent, playful, and energetic, and make excellent companion dogs.

A dog’s pregnancy lasts for approximately 60 days. 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/5d5a842e-7eea-4355-93d2-d0b9ff23fa3d. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/5d5a842e-7eea-4355-93d2-d0b9ff23fa3d"
Response
{
  "data": {
    "id": "5d5a842e-7eea-4355-93d2-d0b9ff23fa3d",
    "type": "breed",
    "attributes": {
      "name": "Parson Russell Terrier",
      "description": "The Parson Russell Terrier is a small and energetic breed of dog that was originally bred for hunting small game. They are intelligent, playful, and energetic, and make excellent companion dogs.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 8,
        "min": 6
      },
      "female_weight": {
        "max": 8,
        "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/5d5a842e-7eea-4355-93d2-d0b9ff23fa3d/image, which redirects straight to the file. See it in the reference.