BMI
Our BMI API offers the ability to calculate BMI using both Imperial and Metric units. Users have the option to input their height in feet and inches, and weight in kilograms, and receive results in those units. Additionally, the API includes the option to categorize the user's weight based on their BMI. A separate BMI category for Asians is also available. The results provide valuable…
BMI endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Gives the weight catergory based on the BMI /bmiint |
The API catergorizes the person based on the BMI. The catergories would be Underweight, Normal weight, Overweight, Obesity Class I, Obesity Class II and Obesity Class III. These… |
| GET |
Gives the BMI when you input height in feet and inches & input weight in kilograms /bmicommon |
The API generates the BMI in kg/m2. You need to enter the weight in kilograms and height in feet and inches |
| GET |
Gives the BMI when you Input values in Metric units /bmimet |
Gives the BMI in kg/m2 when we input height in centimeters and weight in kilograms |
| GET |
Gives the BMI when you input values in Imperial units (Feet/Inches & Pounds) /bmi-imperial |
The API generates the BMI in kg/m2 when the height is entered in feet and inches and weight is entered in pounds. |
BMI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO Recommended | $1 / month | 1000 / second |
|