/wellness namespace · APlicious

BMI calculator API — metric or imperial, with WHO classification

GET /wellness/bmi with weight, height, and unit to get BMI value, WHO classification (Underweight / Normal / Overweight / Obese), and the healthy weight range — in one call.

19wellness endpoints
Get free API key View docs
GET /api/v1/wellness/bmi
const res = await fetch(
  'https://aplicious.com/api/v1/wellness/bmi?weight=70&height=175&unit=metric',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { bmi: 22.9, classification: "Normal weight",
//   healthy_weight_range: { min_kg: 56.7, max_kg: 77.2 } }

No credit card · Free to start · X-API-Key header auth

What's included in /wellness

Metric and imperial

Pass unit=metric (kg, cm) or unit=imperial (lbs, inches) — no manual conversion required.

WHO classification

Returns the standard category: Underweight, Normal weight, Overweight, or Obese (Class I/II/III).

Healthy weight range

Returns the min and max weight for a Normal BMI at the given height — useful for 'target weight' displays.

19 wellness endpoints, one key

Pair BMI with /wellness/calorie-needs, /wellness/water-intake, and /wellness/macro-split for a complete health dashboard.

No auth setup beyond API key

One header, one GET request — no OAuth, no user accounts, no external health API credentials.

Start using the BMI calculator API today

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

Get free API keyExplore /wellness docs

Frequently asked questions

What units are accepted?

metric (weight in kg, height in cm) or imperial (weight in lbs, height in inches). Pass unit=metric or unit=imperial.

Is BMI accurate for athletes?

BMI doesn't distinguish muscle from fat — a high BMI in muscular people may be incorrectly classified. Consider pairing with /wellness/body-fat for a fuller picture.

What other wellness endpoints are available?

19 total: calorie-needs, water-intake, sleep-cycle, macro-split, ovulation, body-fat, ideal-weight, stress, and more.

Related API guides

Food Database API — USDA-Sourced Nutrient Data, 13,500+ Foods

Search 13,500+ foods and get full nutrient profiles from an owned database inges

Read guide

Recipe API — Ingredients, Nutrition, Meal Plans, Free

Free recipe REST API. Search recipes by ingredient, dietary restriction, or cuis

Read guide

Finance API for Developers — Stock Quotes, SIP, Tax, Forex

REST API for stock quotes, SIP calculators, compound interest, forex rates, tax

Read guide

One key unlocks all 10 namespaces — finance, legal, property, jobs, wellness, and more.

View all plans and pricing →