/health namespace · APlicious

Health API — BMI, BMR, TDEE, and 4-formula ideal weight calculator

The /health namespace covers the standard evidence-based health calculators — BMI, BMR, TDEE, calorie deficit, sleep needs, VO2max — with ideal weight averaging four named formulas instead of one.

4ideal-weight formulas
Get free API key View docs
GET /api/v1/health/ideal-weight
const res = await fetch(
  'https://aplicious.com/api/v1/health/ideal-weight?height_cm=175&gender=male',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { devine_kg: 70.1, robinson_kg: 71.6, miller_kg: 70.6, hamwi_kg: 70.5 }

No credit card · Free tier forever · X-API-Key header auth

What's included in /health

Ideal weight, 4 formulas

Devine, Robinson, Miller, and Hamwi formulas computed separately and presented together, not collapsed into one number.

BMR and TDEE

Basal metabolic rate and total daily energy expenditure using standard, named formulas.

Calorie deficit planning

Computes the deficit needed for a target weight-loss rate using the standard energy-balance model.

VO2max estimation

Cardiovascular fitness estimate from caller-supplied inputs, no wearable required.

Sleep needs by age

Age-appropriate sleep duration recommendations based on NSF/AAP guidelines.

Start using the BMI calculator API today

Free tier — 500 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /health docs

Frequently asked questions

Why four ideal-weight formulas instead of one?

Each formula was developed independently and produces slightly different results — showing all four is more honest than picking one and presenting it as definitive.

Is this a substitute for medical advice?

No — these are standard population-level formulas for general estimation, not personalized medical guidance.

Is there a free tier?

Yes — 500 calls/month forever, no credit card.

Related API guides

Fitness API for Apps — One-Rep Max, Training Zones, Workout Plans

22 endpoints for fitness apps: one-rep max via 3 averaged formulas, Karvonen/Tan

Read guide

Nutrition Tracking API — Macros, Calorie Goals, Food Database

Macro split calculators, calorie deficit/goal tools, and an owned 13,500+ food d

Read guide

Health & Fitness API — BMI, Calories, Macros, Workouts

REST API for BMI, calorie burn, macro targets, one-rep max, heart rate zones, wo

Read guide

One key unlocks all 34 namespaces — weather, finance, fitness, astrology, and more.

View all plans and pricing →