{"success":true,"version":"v1","request":{"tool":"get_calculator_schema","calculator_id":"dog-age"},"result":{"entity_type":"calculator","id":"dog-age","calculator_id":"dog-age","canonical_url":"https://tttkmbb.com/everyday/dog-age","name":"Dog Age Calculator","title":"Dog Age in Human Years Calculator – AAHA Size-Adjusted Chart, AVMA Rule and the Epigenetic Formula","category":"everyday","category_name":"Everyday Life","tool_name":"convert_dog_age_to_human_years","featured_mcp_tool":false,"description":"Converts a dog's age to human-equivalent years three ways: the AAHA 2019 age chart adjusted for size class (small to giant), the AVMA rule of thumb (15 for the first year, 9 for the second, 5 per year after) and the 2020 UC San Diego DNA-methylation formula 16·ln(age) + 31.","use_when":"You want a dog's age expressed in human years, or want to compare the size-adjusted chart with the epigenetic-clock estimate.","do_not_use_when":"The animal is a cat (use cat-age) or you need daily calorie needs (use pet-calories); none of the conversions is a medical assessment of an individual dog.","inputs":[{"name":"dog_age_years","label":"Dog's age","type":"number","unit":"years","required":true,"min":0.1,"max":30,"description":"Age of the dog in years (e.g. 0.5 for six months).","example":7},{"name":"size","label":"Size class","type":"enum","required":false,"default":"medium","values":[{"value":"small","label":"Small (up to 9 kg / 20 lb)","aliases":["toy","s"]},{"value":"medium","label":"Medium (9–23 kg / 21–50 lb)","aliases":["m"]},{"value":"large","label":"Large (23–41 kg / 51–90 lb)","aliases":["l"]},{"value":"giant","label":"Giant (over 41 kg / 90 lb)","aliases":["xl"]}],"description":"Adult weight class; larger dogs age faster after the second year.","example":"medium"}],"outputs":[{"name":"human_years","label":"Human-equivalent age (AAHA chart)","type":"number","unit":"years","decimals":1,"description":"AAHA 2019 chart value for the size class, linearly interpolated between whole dog years."},{"name":"avma_rule_years","label":"Human-equivalent age (AVMA rule)","type":"number","unit":"years","decimals":1,"description":"15 for the first year, +9 for the second, +5 for each year after, regardless of size."},{"name":"epigenetic_years","label":"Human-equivalent age (epigenetic clock)","type":"number","unit":"years","decimals":1,"description":"16·ln(dog_age) + 31 from the UCSD Labrador methylation study; fitted for dogs of about 1–16 years."},{"name":"size_class","label":"Size class used","type":"string","decimals":4,"description":"Weight range of the selected size class."}],"input_schema":{"type":"object","properties":{"dog_age_years":{"description":"Age of the dog in years (e.g. 0.5 for six months). Unit: years.","type":"number","minimum":0.1,"maximum":30,"examples":[7],"x-unit":"years"},"size":{"description":"Adult weight class; larger dogs age faster after the second year.","type":"string","enum":["small","medium","large","giant"],"default":"medium","examples":["medium"]}},"additionalProperties":false,"required":["dog_age_years"]},"output_schema":{"type":"object","properties":{"human_years":{"description":"AAHA 2019 chart value for the size class, linearly interpolated between whole dog years. Unit: years.","type":"number","x-unit":"years"},"avma_rule_years":{"description":"15 for the first year, +9 for the second, +5 for each year after, regardless of size. Unit: years.","type":"number","x-unit":"years"},"epigenetic_years":{"description":"16·ln(dog_age) + 31 from the UCSD Labrador methylation study; fitted for dogs of about 1–16 years. Unit: years.","type":"number","x-unit":"years"},"size_class":{"description":"Weight range of the selected size class.","type":"string"}}},"formula":"AAHA chart (human years at dog ages 1, 2, 3 …): small 15, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96; medium 15, 24, 28, 33, 37, 42, 47, 51, 56, 60, 65, 69, 74, 78, 83, 87, 92, 96, 101, 105; large 15, 24, 30, 35, 40, 45, 50, 55, 61, 66, 72, 77, 82, 88, 93, 99, 104, 109, 115, 120; giant 15, 24, 32, 37, 42, 49, 56, 64, 71, 78, 86, 93, 101, 108, 115, 123 (linear between years; under 1 year 15·age; beyond the chart the mean slope of its last four years). AVMA rule: age ≤ 1: 15·age; 1–2: 15 + 9·(age − 1); >2: 24 + 5·(age − 2). Epigenetic: 16·ln(age) + 31","method":"The chart and rule reflect that dogs mature quickly and that large breeds have shorter lifespans. The epigenetic formula (Wang et al. 2020) was fitted to 104 Labrador retrievers and puts puppies far ahead of the chart while flattening in old age.","sources":[{"name":"AAHA (2019) Canine and Feline Age Chart – physiological age in human years by size class","url":"https://www.aaha.org/wp-content/uploads/globalassets/02-guidelines/canine-life-stage-2019/canine_and_feline_age_chart_poster.pdf","type":"standard","retrieved_at":"2026-09-24"},{"name":"AVMA – Senior pets: how a pet's age compares with a human's","url":"https://www.avma.org/resources-tools/pet-owners/petcare/senior-pets","type":"reference","retrieved_at":"2026-09-24"},{"name":"Wang T et al. (2020) Quantitative Translation of Dog-to-Human Aging by Conserved Remodeling of the DNA Methylome, Cell Systems 11:176-185","url":"https://www.cell.com/cell-systems/fulltext/S2405-4712(20)30203-9","type":"peer_reviewed","retrieved_at":"2026-09-24"}],"freshness":{"type":"static","max_age_seconds":null,"note":"Deterministic formula with fixed constants; results never go stale. Inputs supplied by the caller determine the output."},"examples":[{"name":"7-year-old medium dog","inputs":{"dog_age_years":7,"size":"medium"},"expected":{"human_years":47,"avma_rule_years":49,"epigenetic_years":62.1},"url":"https://tttkmbb.com/api/v1/calculate/dog-age?dog_age_years=7&size=medium"},{"name":"4-year-old giant breed","inputs":{"dog_age_years":4,"size":"giant"},"expected":{"human_years":37,"avma_rule_years":34,"epigenetic_years":53.2,"size_class":"over 41 kg / 90 lb"},"url":"https://tttkmbb.com/api/v1/calculate/dog-age?dog_age_years=4&size=giant"}],"faq":[{"q":"Is one dog year really seven human years?","a":"No. The 7:1 rule overstates puppy development and understates ageing in large breeds; a 1-year-old dog is already sexually mature, closer to a 15-year-old human."},{"q":"Why does the epigenetic formula give such a high number for a young dog?","a":"It tracks DNA methylation, which changes fastest early in life: a 1-year-old dog scores 31 and a 2-year-old 42, then the curve flattens so a 12-year-old scores about 71, close to the chart."}],"tags":["dog age calculator","dog years to human years","how old is my dog","dog age chart","epigenetic dog age"],"related":[{"calculator_id":"cat-age","reason":"Same conversion for cats."},{"calculator_id":"pet-calories","reason":"Daily calorie needs by weight and life stage."}],"links":{"html":"https://tttkmbb.com/everyday/dog-age","markdown":"https://tttkmbb.com/everyday/dog-age.md","json":"https://tttkmbb.com/everyday/dog-age.json","api":"https://tttkmbb.com/api/v1/calculate/dog-age","schema":"https://tttkmbb.com/api/v1/calculators/dog-age","openapi":"https://tttkmbb.com/openapi.json","mcp":"https://tttkmbb.com/mcp"},"version":"v1","updated_at":"2026-09-24"},"timestamp":"2026-09-24T01:47:53Z"}