BMI Calculator API

FREEMIUM
By Hybrid Webs | Updated 2 months ago | Health and Fitness
Popularity

0.1 / 10

Latency

127,301ms

Service Level

0%

Health Check

N/A

README

BMI Calculator API

Welcome to the BMI Calculator API! This API allows you to calculate Body Mass Index (BMI) based on weight and height inputs and provides the functionality to reset BMI data.

Endpoints

Calculate BMI

  • Path: /calculate_bmi
  • Method: POST
  • Description: Calculate BMI based on weight and height inputs.
  • Request Parameters:
    • weight (float, required): Weight in kilograms.
    • height (float, required): Height in meters.
  • Request Example:
    {
        "weight": 70,
        "height": 1.75
    }
    
    

Notes

  • Ensure that your requests include the correct Content-Type: application/json header.
  • All weights are expected in kilograms, and heights are expected in meters.

Thank you for using BMI Calculator API! If you have any questions or need assistance, please contact us.

Followers: 0
API Creator:
Rapid account: Hybrid Webs
Hybrid Webs
HybridWebs
Log In to Rate API
Rating: 5 - Votes: 1