🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Bavarian Mountain Scent Hound

Foundation Stock Service

Bavarian Mountain Scent Hound dog, photographed by Ralf Lotys (Sicherlich)
Ralf Lotys (Sicherlich) · CC BY 2.5 · source

The Bavarian Mountain Scent Hound is a medium-sized breed of dog that was originally bred in Germany for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.

Group
Foundation Stock Service
Hypoallergenic
No
Id
406e8454-d350-4187-9788-6d857ee52e06

More from the Foundation Stock Service

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/406e8454-d350-4187-9788-6d857ee52e06. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/406e8454-d350-4187-9788-6d857ee52e06"
Response
{
  "data": {
    "id": "406e8454-d350-4187-9788-6d857ee52e06",
    "type": "breed",
    "attributes": {
      "name": "Bavarian Mountain Scent Hound",
      "description": "The Bavarian Mountain Scent Hound is a medium-sized breed of dog that was originally bred in Germany for hunting small game. 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,
      "male_height": {},
      "female_height": {},
      "origin": {},
      "coat": {},
      "traits": {},
      "other_names": [],
      "recognized_by": [],
      "sources": [],
      "images": [
        {
          "id": "a5d95f97-0af2-4146-8eda-57c5e2707eb6",
          "url": "https://images.dogapi.dog/ha10jqhr1g3x1p663p0nwgyv2myh",
          "thumb": "https://images.dogapi.dog/eyfqjtlxk3j7ct1tbm82rp1f1m5j",
          "medium": "https://images.dogapi.dog/3ljww2e0kp1siefra6f6iz4zhsb0",
          "large": "https://images.dogapi.dog/18de6euxz2v3nsw31hypqh74i68m",
          "attribution": {
            "author": "Ralf Lotys (Sicherlich)",
            "license": "CC BY 2.5",
            "license_url": "https://creativecommons.org/licenses/by/2.5",
            "source": "wikimedia_commons",
            "source_url": "https://commons.wikimedia.org/wiki/File:2005-09_Zoran_1.jpg"
          }
        },
        {
          "id": "1ce60e1d-37e8-4556-aa6e-128eb5d25e1d",
          "url": "https://images.dogapi.dog/e2xn50gaebtlutyyjg9tu0is9yy4",
          "thumb": "https://images.dogapi.dog/bji9zrrdco9sdro9umpdb8d55lys",
          "medium": "https://images.dogapi.dog/twgtnhaczazk3h53eentomo50lim",
          "large": "https://images.dogapi.dog/oksv1puaula4ylrb0dlkd2tfoyui",
          "attribution": {
            "author": "Ralf Lotys (Sicherlich)",
            "license": "CC BY 2.5",
            "license_url": "https://creativecommons.org/licenses/by/2.5",
            "source": "wikimedia_commons",
            "source_url": "https://commons.wikimedia.org/wiki/File:2005-09_Zoran_3.jpg"
          }
        },
        {
          "id": "f3cf85f9-a65d-4e4a-bf54-bb6364900c5d",
          "url": "https://images.dogapi.dog/vwc7nw2zksmo85oxvq304yw58f6k",
          "thumb": "https://images.dogapi.dog/sg6qbacgd7la8cxutcmk4p7hvb1e",
          "medium": "https://images.dogapi.dog/ygrplnxyts8xwg0okluzymnp6jz8",
          "large": "https://images.dogapi.dog/6fmpdf18582y5o6235o23c0izql1",
          "attribution": {
            "author": "Canarian",
            "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:Baijerinvvk2.jpg"
          }
        }
      ]
    },
    "relationships": {
      "group": {
        "data": {
          "id": "8000793f-a1ae-4ec4-8d55-ef83f1f644e5",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/406e8454-d350-4187-9788-6d857ee52e06/image, which redirects straight to the file. See it in the reference.