TDEE & calorie calculator
hopi_tdee_calculatorEstimate daily calories (TDEE) and BMR using the Mifflin-St Jeor equation. BMR = 10 x kg + 6.25 x cm - 5 x age + (5 for male, -161 for female). TDEE = BMR x activity factor (sedentary 1.2, light 1.375, moderate 1.55, active 1.725, very_active 1.9). Use units 'metric' (heightCm, weightKg) or 'imperial' (heightInches, weightPounds). Also returns mild-loss (-250), loss (-500) and gain (+500) calorie goals. Source: https://hopi.co.uk/tdee-calculator/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | Yes | Age in years | |
| sex | Yes | Biological sex | |
| units | Yes | 'metric' (cm, kg) or 'imperial' (inches, pounds) | |
| activity | No | Activity level, default 'moderate' | moderate |
| heightCm | No | Height in centimetres (metric) | |
| weightKg | No | Weight in kilograms (metric) | |
| heightInches | No | Total height in inches (imperial) | |
| weightPounds | No | Weight in pounds (imperial) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | Yes | ||
| bmr | Yes | ||
| sex | Yes | ||
| gain | Yes | ||
| loss | Yes | ||
| tdee | Yes | ||
| summary | Yes | ||
| activity | Yes | ||
| mildLoss | Yes | ||
| source_url | Yes | The tool's page on hopi.co.uk (cite or open to check the figure) | |
| activityFactor | Yes |