🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Plott belongs to the Hound Group.

No picture for this breed yet. Images are imported from Wikimedia Commons, and this one has not turned up a usable photo.

Group
Hound Group
Life span
12–14 years
Male weight
27–41 kg
Female weight
27–41 kg
Hypoallergenic
No
Id
b4391694-dcb7-4a30-91f3-d63e2bca25ac

The Plott is a medium-sized breed that originated in the United States. They are an active breed, and need plenty of exercise and mental stimulation. They have a short, thick coat, and come in a variety of colors. They are loyal and devoted to their owners, and make good family companions.

The shape of a dog’s face suggests how long it will live. Dogs with sharp, pointed faces that look more like wolves typically live longer. Dogs with very flat faces, such as bulldogs, often have shorter lives. random fact from GET /api/v2/facts

More from the Hound Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/b4391694-dcb7-4a30-91f3-d63e2bca25ac. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/b4391694-dcb7-4a30-91f3-d63e2bca25ac"
Response
{
  "data": {
    "id": "b4391694-dcb7-4a30-91f3-d63e2bca25ac",
    "type": "breed",
    "attributes": {
      "name": "Plott",
      "description": "The Plott is a medium-sized breed that originated in the United States. They are an active breed, and need plenty of exercise and mental stimulation. They have a short, thick coat, and come in a variety of colors. They are loyal and devoted to their owners, and make good family companions.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 41,
        "min": 27
      },
      "female_weight": {
        "max": 41,
        "min": 27
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "be0147df-7755-4228-b132-2518c0c6d10d",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/b4391694-dcb7-4a30-91f3-d63e2bca25ac/image, which redirects straight to the file. See it in the reference.