Categories

BMI Calculator for Children

Calculate BMI for children and teens (ages 2-20) with age and gender-specific percentiles

Key Facts

Category
Health
Input Types
number, select
Output Type
json
Sample Coverage
4
API Ready
Yes

Overview

The BMI Calculator for Children provides an accurate way to assess body mass index for individuals aged 2 to 20, utilizing age and gender-specific growth charts to determine weight status percentiles.

When to Use

  • Monitoring a child's growth trends during routine health check-ups.
  • Assessing whether a child's weight is within a healthy range for their specific age and gender.
  • Providing pediatricians or parents with data-driven insights into a child's physical development.

How It Works

  • Enter the child's age, gender, and current height and weight measurements.
  • Select your preferred measurement system, either metric or imperial units.
  • The tool calculates the BMI and compares it against standard growth percentiles to provide a health context.

Use Cases

Tracking annual growth progress for school-aged children.
Assisting parents in understanding their child's weight status based on clinical standards.
Supporting health educators in demonstrating the importance of growth monitoring.

Examples

1. Annual Health Check

Parent
Background
A parent wants to track their 10-year-old son's growth progress at home.
Problem
The parent is unsure if their child's weight is appropriate for his current height and age.
How to Use
Input the child's age (10), gender (Boy), and current height (130 cm) and weight (30 kg).
Outcome
The calculator provides the BMI value and the corresponding percentile, helping the parent understand where the child stands relative to peers.

Try with Samples

health

Related Hubs

FAQ

Why is BMI for children different from adults?

Children are still growing, so their BMI must be interpreted relative to other children of the same age and gender using percentile charts.

What age range does this calculator support?

This tool is designed for children and adolescents between the ages of 2 and 20 years old.

Can I use imperial units like pounds and inches?

Yes, the calculator supports both metric (kg, cm) and imperial (lb, ft/in) measurement systems.

What does the percentile result mean?

The percentile indicates how a child's BMI compares to the reference population; for example, the 50th percentile is the median BMI for that age and gender.

Is this tool a substitute for medical advice?

No, this tool is for informational purposes only and should not replace professional medical diagnosis or consultation.

API Documentation

Request Endpoint

POST /en/api/tools/bmi-calculator-kids

Request Parameters

Parameter Name Type Required Description
age number Yes -
gender select No -
system select No -
weight number Yes -
weightUnit select No -
height number Yes -
heightUnit select No -

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-bmi-calculator-kids": {
      "name": "bmi-calculator-kids",
      "description": "Calculate BMI for children and teens (ages 2-20) with age and gender-specific percentiles",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=bmi-calculator-kids",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]