Smart Body Mass Index Calculator (BMI)
The BMI Calculator API assists in determining an individual's Body Mass Index (BMI), a measure commonly used to assess whether a person has a healthy body weight. It offers two endpoints, one for metric measurements (kilograms and centimeters) and another for imperial measurements (pounds and inches). Each endpoint returns the calculated BMI along with relevant information about the individual's…
Smart Body Mass Index Calculator (BMI) endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GetMetricBMI /api/BMI/metric |
Calculates BMI based on metric measurements (kilograms and centimeters) and returns the result along with weight status information. |
| GET |
GetImperialBMI /api/BMI/imperial |
Calculates BMI based on imperial measurements (pounds and inches) and returns the result along with weight status information. |
Smart Body Mass Index Calculator (BMI) pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1.99 / month | 15 / second |
|
| ULTRA | $4.99 / month | 20 / second |
|