TRYNT Body Mass Index Web Service
The TRYNT Body Mass Index Web Service calculates a BMI value for any given height and weight. You can submit your height and weight in metric or standard units.
If you use this free TRYNT API/Web Service you must provide proper attribution to comply with our terms of service.
Request URL
http://www.trynt.com/body-mass-index-api/v1/
Request parameters
| Parameter | Value | Description |
|---|---|---|
| h | integer (required) | Height in feet or meters |
| w | integer (optional) | Weight in lbs or kg |
| t | string (optional) | metric or standard |
Sample Request (URL: http://www.trynt.com/body-mass-index-api/v1/):