Fitness Calculator
This api is very suit for requirements of your fitness application. For instance, it can be used to calculate important values such as ideal weight, body fat percentage or to prepare macro nutrients diets. If you have an idea about fitness world, don't waste your time to collect nutrients data or to search mathematical formulas. Hopefully, you would be satisfied from it.
Fitness Calculator endpoints
| Method | Endpoint | Description |
|---|---|---|
| calculators | ||
| GET |
bmi /bmi |
Find body mass index value (BMI) with this endpoint. You just need to enter three parameters which are age, weight (kg), and height(cm) information. |
| GET |
macros amounts /macrocalculator |
Find the amount of macro nutrients in four different categories which are balanced, low-fat, low-carbs and high-protein for a specific calorie burned. There are 6 inputs which… |
| GET |
Daily calory requirements /dailycalorie |
Knowing your daily calorie requirements is important to achieve your final goal. You can calculate your daily calorie req. for 7 different goals. |
| GET |
Body Fat Percentage /bodyfat |
Knowing body fat percentage would be helpful to decide on a well-programmed fitness plan. You can use this endpoint with 7 parameters. |
| GET |
Ideal weight /idealweight |
Find four different ideal weight scores according to four different well-known equations which are Hamwi, Devine, Miller, Robinson. There are two parameters which are age and… |
| GET |
Burned Calorie From Activity /burnedcalorie |
Calculate the burned calorie for a specific activity. |
| Foods | ||
| GET |
tablenames /foodids/tablenames |
Find the more than 70 main table names of the food database. |
| GET |
Sub_Table Names /foodids/subtablenames |
Find sub-table names of a table name in the food database. |
| GET |
Food Names And Ids /foodids |
Find food table ids for a sub-table in the food database. |
| GET |
Food Info /food |
Find the food info for a food id from the food database. |
| Activity | ||
| GET |
activities /activities |
Find the met values for activities. |
Fitness Calculator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|