BMI Calculator API

免费增值
通过 Hybrid Webs | 已更新 2 months ago | Health and Fitness
人气

0 / 10

延迟

127,280ms

服务等级

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.

关注者:0
API 创建者:
Rapid account: Hybrid Webs
Hybrid Webs
HybridWebs
登录并给 API 打分
打分:5 - 投票:1