BMI Calculator API

BMI Calculator API

A body mass calculator API is a tool that allows users to calculate their body mass index (BMI).

API description

About the API:

Determine your overall health and fitness based on your weight and height. This API accepts inputs of weight in kilograms or pounds, and height in centimeters, returns a calculated BMI value.

What your API receives and what your API provides (input/output)?

All you have to do is insert your height and weight.

 

What are the most common uses cases of this API?

    1. Determining if an individual is at a healthy weight for their height: Body mass index (BMI) is a measure that uses your weight and height to determine if you are at a healthy weight. A BMI calculator can help you determine your BMI and whether you are at a healthy weight for your height.

    2. Assessing weight loss progress: A body mass calculator can help you track your weight loss progress over time by calculating your body mass index (BMI) at regular intervals. This can help you determine if your weight loss efforts are effective and if any adjustments need to be made.

    3. Planning a weight loss program: A body mass calculator can help you determine your BMI and set weight loss goals. For example, if you are overweight, you may want to aim to lose a certain amount of weight to reach a healthy BMI.

 

 

Are there any limitations to your plans?

  • Free Plan: 25 API Calls. 5 request per second. 

  • Basic Plan: 5,000 API Calls. 10 request per second.

     

API Documentation

Endpoints


Determine with this endpoint the BMI using the imperial measurement system.



                                                                            
GET https://zylalabs.com/api/879/bmi+calculator+api/666/metric+kilograms
                                                                            
                                                                        

Metric Kilograms - Endpoint Features
Object Description
weight [Required]
height [Required]
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"bmi":null,"weight":"null","height":"1.83","weightCategory":""}
                                                                                                                                                                                                                    
                                                                                                    

Metric Kilograms - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/879/bmi+calculator+api/666/metric+kilograms?weight=150&height=1.83' --header 'Authorization: Bearer YOUR_API_KEY' 

    

This endpoint will calculate through the imperial measurement system.



                                                                            
GET https://zylalabs.com/api/879/bmi+calculator+api/668/imperial+pounds
                                                                            
                                                                        

Imperial Pounds - Endpoint Features
Object Description
weight [Required]
height [Required]
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"bmi":22.80493079584775,"weight":"150","height":"68","weightCategory":""}
                                                                                                                                                                                                                    
                                                                                                    

Imperial Pounds - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/879/bmi+calculator+api/668/imperial+pounds?weight=150&height=68' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Find out the category of a person with his BMI



                                                                            
GET https://zylalabs.com/api/879/bmi+calculator+api/669/weight+category
                                                                            
                                                                        

Weight Category - Endpoint Features
Object Description
bmi [Required]
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"bmi":"19.2?bmi=19.2","weightCategory":""}
                                                                                                                                                                                                                    
                                                                                                    

Weight Category - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/879/bmi+calculator+api/669/weight+category?bmi=19.2' --header 'Authorization: Bearer YOUR_API_KEY' 

    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the BMI Calculator API REST API, simply include your bearer token in the Authorization header.

Headers

Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.


Simple Transparent Pricing

No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.

πŸš€ Enterprise
Starts at $10,000/Year

  • Custom Volume
  • Dedicated account manager
  • Service-level agreement (SLA)

Customer favorite features

  • βœ”οΈŽ Only Pay for Successful Requests
  • βœ”οΈŽ Free 7-Day Trial
  • βœ”οΈŽ Multi-Language Support
  • βœ”οΈŽ One API Key, All APIs.
  • βœ”οΈŽ Intuitive Dashboard
  • βœ”οΈŽ Comprehensive Error Handling
  • βœ”οΈŽ Developer-Friendly Docs
  • βœ”οΈŽ Postman Integration
  • βœ”οΈŽ Secure HTTPS Connections
  • βœ”οΈŽ Reliable Uptime

Zyla API Hub is, in other words, an API MarketPlace. An all-in-one solution for your developing needs. You will be accessing our extended list of APIs with only your user. Also, you won't need to worry about storing API keys, only one API key for all our products is needed.

Prices are listed in USD. We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world’s most reliable payment companies. If you have any trouble with paying by card, just contact us at [email protected]

Sometimes depending on the bank's fraud protection settings, a bank will decline the validation charge we make when we attempt to be sure a card is valid. We recommend first contacting your bank to see if they are blocking our charges. If more help is needed, please contact [email protected] and our team will investigate further

Prices are based on a recurring monthly subscription depending on the plan selected β€” plus overage fees applied when a developer exceeds a plan’s quota limits. In this example, you'll see the base plan amount as well as a quota limit of API requests. Be sure to notice the overage fee because you will be charged for each additional request.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

Just go to the pricing page of that API and select the plan that you want to upgrade to. You will only be charged the full amount of that plan, but you will be enjoying the features that the plan offers right away.

Yes, absolutely. If you want to cancel your plan, simply go to your account and cancel on the Billing page. Upgrades, downgrades, and cancellations are immediate.

You can contact us through our chat channel to receive immediate assistance. We are always online from 9 am to 6 pm (GMT+1). If you reach us after that time, we will be in contact when we are back. Also you can contact us via email to [email protected]

 Service Level
100%
 Response Time
261ms

Category:


Tags:


Related APIs