sinikoding

Daily Calorie Needs

Basal metabolic rate and daily calories using the Mifflin-St Jeor equation.

Through the API
curl -X POST https://sinikoding.dev/api/v1/calorie-needs \
  -H 'content-type: application/json' \
  -H 'x-api-key: tk_live_…' \
  -d '{"sex":"female","age":30,"weight":65,"height":170,"activity":"light"}'

Need daily calorie needs from your own code? Create a free account to get an API key. This page stays free without one.

Create account