🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Great Dane belongs to the Working Group.

Great Dane
Pets Adviser from Brooklyn, USA · CC BY 2.0 · source
Group
Working Group
Life span
8–10 years
Male weight
45–54 kg
Female weight
45–54 kg
Hypoallergenic
No
Id
eb5988dd-6ffe-453f-9ded-206c9a9026ed

The Great Dane is a large and powerful breed of dog that was originally bred in Germany for hunting large game. They are intelligent, loyal, and gentle, and make excellent companion dogs.

Dogs do not have an appendix. Why haven’t humans gotten rid of theirs yet? random fact from GET /api/v2/facts

More from the Working Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/eb5988dd-6ffe-453f-9ded-206c9a9026ed. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/eb5988dd-6ffe-453f-9ded-206c9a9026ed"
Response
{
  "data": {
    "id": "eb5988dd-6ffe-453f-9ded-206c9a9026ed",
    "type": "breed",
    "attributes": {
      "name": "Great Dane",
      "description": "The Great Dane is a large and powerful breed of dog that was originally bred in Germany for hunting large game. They are intelligent, loyal, and gentle, and make excellent companion dogs.",
      "life": {
        "max": 10,
        "min": 8
      },
      "male_weight": {
        "max": 54,
        "min": 45
      },
      "female_weight": {
        "max": 54,
        "min": 45
      },
      "hypoallergenic": false,
      "images": [
        {
          "id": "251e4133-e612-4eb9-87b3-86cc7cf6dfe1",
          "url": "https://images.dogapi.dog/ooolwm2g9m3z78acotjyfuwfax2b",
          "thumb": "https://images.dogapi.dog/r6d27dkbrlx90ufc5do59eograug",
          "medium": "https://images.dogapi.dog/ncpo829qkq5kmyw6ruyxy72e87iz",
          "large": "https://images.dogapi.dog/3zxoo58ujn5dluxjg4ph4vre065h",
          "attribution": {
            "author": "Pets Adviser from Brooklyn, USA",
            "license": "CC BY 2.0",
            "license_url": "https://creativecommons.org/licenses/by/2.0",
            "source": "wikimedia_commons",
            "source_url": "https://commons.wikimedia.org/wiki/File:2013_Westminster_Kennel_Club_Dog_Show-_Great_Dane_(8469035436).jpg"
          }
        },
        {
          "id": "7120d3ee-ec24-4d23-b3ef-dba0164c81e2",
          "url": "https://images.dogapi.dog/ib3teo2fjtolsfs8txl88grlhb4c",
          "thumb": "https://images.dogapi.dog/qsztljrjybr2tl9m4w7zkbb83xm9",
          "medium": "https://images.dogapi.dog/khwq90liddp0rrzvptuov6246nbr",
          "large": "https://images.dogapi.dog/dvzqddlv8ijje48q6jl5wldbt0oj",
          "attribution": {
            "author": "Pets Adviser from Brooklyn, USA",
            "license": "CC BY 2.0",
            "license_url": "https://creativecommons.org/licenses/by/2.0",
            "source": "wikimedia_commons",
            "source_url": "https://commons.wikimedia.org/wiki/File:2013_Westminster_Kennel_Club_Dog_Show-_Great_Dane_(8469036342).jpg"
          }
        },
        {
          "id": "f8c97c96-8621-4349-a532-b61be07c49fb",
          "url": "https://images.dogapi.dog/j0zg6rrzba31tn4xu6un13zknhrm",
          "thumb": "https://images.dogapi.dog/nrjge5g4653kwattyatldied0igu",
          "medium": "https://images.dogapi.dog/y1oc80u6qcmy8g0da45iojcbwdf6",
          "large": "https://images.dogapi.dog/k715nxl6mpqij3q8pagqthiwoznr",
          "attribution": {
            "author": "localpups",
            "license": "CC BY 2.0",
            "license_url": "https://creativecommons.org/licenses/by/2.0",
            "source": "wikimedia_commons",
            "source_url": "https://commons.wikimedia.org/wiki/File:3186-great-dane-dog-breeds_(20313764130).jpg"
          }
        },
        {
          "id": "11241025-57a2-4f9d-98a3-b9c837e2bfa1",
          "url": "https://images.dogapi.dog/4e3ris4rcye6f9ml3jg16lg923dq",
          "thumb": "https://images.dogapi.dog/nr9v559zpsibkr7xfagsvgh31crq",
          "medium": "https://images.dogapi.dog/9ucr8co5e2nec0r6l8mvsu06xbyx",
          "large": "https://images.dogapi.dog/t412atwanh94gs4si8jrx0akhqwu",
          "attribution": {
            "author": "Museum of Veterinary Anatomy FMVZ USP / Wagner Souza e Silva",
            "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:Dog_heart_(Great_Dane).jpg"
          }
        }
      ]
    },
    "relationships": {
      "group": {
        "data": {
          "id": "56081cf0-fdf2-4114-9bf7-23a3f5b6af91",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/eb5988dd-6ffe-453f-9ded-206c9a9026ed/image, which redirects straight to the file. See it in the reference.