๐Ÿถ Dog API by kinduff

The Dog API provides dog data as a service!

Treeing Tennessee Brindle

Foundation Stock Service

Treeing Tennessee Brindle dog, photographed by Hummelong
Hummelong ยท CC BY-SA 3.0 ยท source

The Treeing Tennessee Brindle is a medium-sized breed of dog that was originally bred in the United States for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.

Group
Foundation Stock Service
Origin
United States, Appalachian/Ozark region, Tennessee
Coat
short smooth ยท Brindle and Black with brindle trim
Also known as
TTB
Recognized by
UKC
Hypoallergenic
No
Id
577b0776-4c05-4ce3-9014-886641c31141

Traits

Every rating runs from 1 to 5 against dogs in general, so a 3 is an average dog rather than an average Treeing Tennessee Brindle. They are researched estimates, not measurements.

Researched from ukcdogs.com lancasterpuppies.com a-z-animals.com dogtime.com en.wikipedia.org

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/577b0776-4c05-4ce3-9014-886641c31141. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/577b0776-4c05-4ce3-9014-886641c31141"
Response
{
  "data": {
    "id": "577b0776-4c05-4ce3-9014-886641c31141",
    "type": "breed",
    "attributes": {
      "name": "Treeing Tennessee Brindle",
      "description": "The Treeing Tennessee Brindle is a medium-sized breed of dog that was originally bred in the United States for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.",
      "life": {
        "max": 12,
        "min": 10
      },
      "male_weight": {
        "max": 23,
        "min": 16
      },
      "female_weight": {
        "max": 18,
        "min": 14
      },
      "hypoallergenic": false,
      "male_height": {
        "max": 61,
        "min": 46
      },
      "female_height": {
        "max": 56,
        "min": 41
      },
      "origin": {
        "region": "Appalachian/Ozark region, Tennessee",
        "country": "United States"
      },
      "coat": {
        "type": "smooth",
        "colors": [
          "Brindle",
          "Black with brindle trim"
        ],
        "length": "short"
      },
      "traits": {
        "energy": 5,
        "barking": 3,
        "drooling": 1,
        "grooming": 1,
        "shedding": 2,
        "temperament": [
          "Intelligent",
          "Alert",
          "Energetic",
          "Determined",
          "Companionable",
          "Courageous"
        ],
        "trainability": 4,
        "good_with_dogs": 4,
        "exercise_minutes": 60,
        "apartment_friendly": 2,
        "good_with_children": 4,
        "good_with_strangers": 3
      },
      "other_names": [
        "TTB"
      ],
      "recognized_by": [
        "UKC"
      ],
      "sources": [
        {
          "url": "https://www.ukcdogs.com/treeing-tennessee-brindle",
          "title": "Breed Standards : Treeing Tennessee Brindle | United Kennel Club (UKC)"
        },
        {
          "url": "https://www.lancasterpuppies.com/dog-breeds/treeing-tennessee-brindle/",
          "title": "Treeing Tennessee Brindle Dogs Breed - Information, Temperament, Size & Price | Lancaster Puppies"
        },
        {
          "url": "https://a-z-animals.com/animals/treeing-tennessee-brindle/",
          "title": "Treeing Tennessee Brindle Animal Facts - Canis lupus familiaris - A-Z Animals"
        },
        {
          "url": "https://dogtime.com/dog-breeds/treeing-tennessee-brindle",
          "title": "Treeing Tennessee Brindle Dog Breed Information & Characteristics"
        },
        {
          "url": "https://en.wikipedia.org/wiki/Treeing_Tennessee_Brindle",
          "title": "Treeing Tennessee Brindle"
        }
      ],
      "images": [
        {
          "id": "443e2d42-06ff-4ce4-8555-97b485e179ea",
          "url": "https://images.dogapi.dog/6oa86knuwa49e6y2qer9vcvmzk50",
          "thumb": "https://images.dogapi.dog/isxh73st1pokx1smhmznhocn74di",
          "medium": "https://images.dogapi.dog/irdmos40lgfb3kmdxiosxba199pw",
          "large": "https://images.dogapi.dog/0bufrwbqhunps89gcf4g0k2dp5dr",
          "attribution": {
            "author": "Hummelong",
            "license": "CC BY-SA 3.0",
            "license_url": "https://creativecommons.org/licenses/by-sa/3.0",
            "source": "wikimedia_commons",
            "source_url": "https://commons.wikimedia.org/wiki/File:Sienna_TTBD.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/577b0776-4c05-4ce3-9014-886641c31141/image, which redirects straight to the file. See it in the reference.