API du Scaling Allométrique¶
Normalisez les performances de levée de poids par rapport au poids corporel pour comparer plus équitablement la force relative.
Point de terminaison¶
GET /api/v1/fitness/allometric-scalingPOST /api/v1/fitness/allometric-scaling/post
Paramètres¶
| Nom | Type | Obligatoire | In | Description |
|---|---|---|---|---|
weight_lifted_kg | nombre | Oui | Requête/Corps | Poids soulevé en kg. |
body_weight_kg | nombre | Oui | Requête/Corps | Poids corporel en kg. |
lift_type | chaîne | Non | Requête/Corps | squat, bench, deadlift ou total ; par défaut total. |
lang | chaîne | Non | Requête | Langue de la réponse (en,fr,es,de,pt,ja,hi,ar,bn,gu,id,it,ko,mr,nl,pa,pl,ro,ru,ta,te,th,tr,ur,vi,zh). |
Exemple de requête¶
curl -X POST "https://api.hefitapi.com/api/v1/fitness/allometric-scaling/post?lang=en" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{"weight_lifted_kg":220,"body_weight_kg":82,"lift_type":"deadlift"}'
Exemple de réponse¶
{
"weight_lifted_kg": 220.0,
"body_weight_kg": 82.0,
"lift_type": "deadlift",
"allometric_scaling_strength_index": 11.73,
"index_rating": "intermediate",
"index_rating_label": "Intermediate",
"summary": "Strength index is developing and can improve with progressive programming.",
"recommendations": [],
"language": "en",
"_api_metadata_": {"endpoint_name": "allometric_scaling", "response_language": "en"}
}
Localisation¶
Ce point de terminaison lit health_fitness_allometric_scaling.json à partir des catalogues de langues pris en charge.
Points de terminaison recommandés¶
GET /api/v1/fitness/one-rep-max- API un rep maxGET /api/v1/fitness/strength-benchmark- API de référence de la forceGET /api/v1/fitness/volume-load-analysis- API d'analyse de la charge de volume