Dog Breeds API

GET

Look up dog breeds and retrieve official breed group classifications.

Dog Breeds searches canine breed records by name to return official breed names and kennel club group classifications. Paid plans add height, weight, lifespan, traits, and original breeding purposes.

Try it — live request, no key required

Request
GETapi.apiverve.com/v1/dogbreeds?breed=beagle
Query parameters
Verification
Format

No key required to try it. Get a key to use it in your app.

Example
{
  "status": "ok",
  "error": null,
  "data": {
    "breed": "beagle",
    "foundCount": 1,
    "foundBreeds": [
      {
        "name": "Beagle",
        "weight": {
          "lowerLbs": 20,
          "upperLbs": 35
        },
        "height": {
          "lowerInches": 13,
          "upperInches": 15
        },
        "bredFor": "rabbit, hare hunting",
        "group": "hound",
        "life_span": {
          "lowerYears": 13,
          "upperYears": 16
        },
        "traits": [
          "amiable",
          "even tempered",
          "excitable",
          "determined",
          "gentle",
          "intelligent"
        ]
      }
    ]
  }
}

About the Dog Breeds API

Dog Breeds works by providing information about various dog breeds. It returns information such as breed name, temperament, lifespan, and more. The information is sourced from reputable sources to ensure accuracy.

What people use it for

Pet Adoption Matching
Shelter adoption directories look up matching kennel club groups and breed names to help prospective pet owners filter available rescue dogs.
Veterinary Patient Intake
When new patients register, veterinary clinic management software queries breed names to populate official kennel classifications in electronic health records.
Insurance Policy Underwriting
Pet insurance quote forms verify submitted canine breed names against standardized kennel classifications to group policyholders into underwriting risk categories.
Canine Activity Tracking
Dog walking apps check registered pet profiles against breed classifications to suggest group activities suited to specific canine working categories.

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use Dog Breeds

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the Dog Breeds API.

Read the docs
How far does the Starter plan go for breed lookups?
The Starter plan provides 200,000 credits each month, covering 100,000 breed lookups at 2 credits per call. That works out to about $0.30 per 1,000 lookups, or $0.0003 per call. If you are just testing, the Free plan includes 100 lookups every month.
Are weight, lifespan, and personality traits included on the Free plan?
No, those are premium fields. The Free plan returns the official breed name and group classification. Upgrading to Starter or any paid plan unlocks minimum and maximum weight, height ranges, original breeding purpose, life expectancy, and distinctive traits.
Can a single query return multiple matching dog breeds?
Yes. The API returns an array of matching dog breed objects alongside a count of total matches found in the database. When a search term matches multiple related breeds or varieties, all matching records are returned in the response list.
What does the API return if a breed name is not recognized?
If no breeds match your query, the API returns a match count of zero with an empty breed list. Your code can check the match count field directly to detect when an input did not match any known breed.
Can I use the dog breed data in a commercial pet app?
Yes, commercial use is supported on any paid plan. You can display breed characteristics, measurements, and traits inside your own consumer or business products. You may not resell or redistribute the raw dataset on its own.

Ready to build with Dog Breeds? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs