๐Ÿถ Dog API by kinduff

The Dog API provides dog data as a service!

Black and Tan Coonhound belongs to the Hound Group.

Black and Tan Coonhound
Rara Kamiliya ยท CC BY-SA 4.0 ยท source
Group
Hound Group
Life span
12โ€“15 years
Male weight
20โ€“30 kg
Female weight
20โ€“30 kg
Hypoallergenic
No
Id
488fd6fe-b444-4cd9-868b-7e68b17f6f0a

The Black and Tan Coonhound is a large and muscular breed of dog that was originally bred for hunting raccoons. They are intelligent, energetic, and determined, and make excellent hunting dogs.

Dalmatian puppies are born completely white. 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/488fd6fe-b444-4cd9-868b-7e68b17f6f0a. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/488fd6fe-b444-4cd9-868b-7e68b17f6f0a"
Response
{
  "data": {
    "id": "488fd6fe-b444-4cd9-868b-7e68b17f6f0a",
    "type": "breed",
    "attributes": {
      "name": "Black and Tan Coonhound",
      "description": "The Black and Tan Coonhound is a large and muscular breed of dog that was originally bred for hunting raccoons. They are intelligent, energetic, and determined, and make excellent hunting dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 30,
        "min": 20
      },
      "female_weight": {
        "max": 30,
        "min": 20
      },
      "hypoallergenic": false,
      "images": [
        {
          "id": "9fe0248c-135f-4b87-b0cc-e186c4263758",
          "url": "https://images.dogapi.dog/k1ypccakrevak0kp4ow973269p90",
          "thumb": "https://images.dogapi.dog/10lrnsy5r3clqw4fllvv0rg1mr61",
          "medium": "https://images.dogapi.dog/nk5w899niu5igzmc3lrht21yyhow",
          "large": "https://images.dogapi.dog/4fspnzkhf0k5aj6vkx9xv31otlmr",
          "attribution": {
            "author": "Rara Kamiliya",
            "license": "CC BY-SA 4.0",
            "license_url": "https://creativecommons.org/licenses/by-sa/4.0",
            "source": "wikimedia_commons",
            "source_url": "https://commons.wikimedia.org/wiki/File:Coban_rondo_28.jpg"
          }
        }
      ]
    },
    "relationships": {
      "group": {
        "data": {
          "id": "be0147df-7755-4228-b132-2518c0c6d10d",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/488fd6fe-b444-4cd9-868b-7e68b17f6f0a/image, which redirects straight to the file. See it in the reference.