Performance & Sports APIs¶
Unlock your users’ full athletic potential with the Performance & Sports APIs from Health Fitness API.
These endpoints empower coaches, trainers, sports scientists, and fitness platforms to measure, predict, and optimize athletic performance with enterprise-grade speed, precision, and multi-language support.
Key Features¶
- VO2Max & Endurance Estimates: Predict aerobic capacity and maximal oxygen uptake.
- Race Time Prediction: Calculate expected race finish times for multiple distances.
- Running Economy & Efficiency: Evaluate energy expenditure per distance to optimize performance.
- NEAT (Non-Exercise Activity Thermogenesis): Estimate daily energy burned from everyday movements.
- Strength & Benchmarking: Track and assess muscular performance and improvement potential.
- 6MWT & Functional Tests: Standardized measures for endurance, recovery, and health status.
- Low-Latency & Multi-Language: Responses in 8 languages (
en,es,de,fr,pt,ja,hi,ar). - Enterprise-Grade: Supports high concurrency and real-time requests for sports apps and dashboards.
Available Endpoints¶
| Endpoint | Description |
|---|---|
| VO2Max Estimate API | Estimate VO2Max from performance data, heart rate, and activity metrics. |
| Race Time Predictor API | Predict race times for runners based on past performance, distance, and pace. |
| Running Economy API | Evaluate energy expenditure per km/mile to improve efficiency. |
| 6MWT Calculator API | Standardized 6-minute walk test calculation for endurance and recovery assessment. |
| NEAT Estimate API | Estimate daily energy burned from non-exercise movements and activity levels. |
| Strength Benchmark API | Assess strength and performance benchmarks for training and progression tracking. |
Why Use Performance & Sports APIs?¶
- Optimize Training Plans: Personalize endurance, strength, and recovery programs.
- Predict Outcomes: Use data-driven insights to anticipate race performance.
- Monitor Progress: Track efficiency improvements and muscular performance over time.
- Enterprise Integration: Embed real-time sports analytics in apps, dashboards, or SaaS solutions.
- Multi-Language Ready: Engage global athletes with localized responses.
Quick Example – VO2Max Estimate API¶
curl -X GET "https://api.hefitapi.com/api/v1/fitness/vo2max-estimate?age=33&gender=male&resting_hr=56&cooper_test_distance=2800&lang=en" \
-H "X-API-Key: YOUR_API_KEY"
Response Example¶
Info
The response example below is for demonstration purposes only. Make a live request to this endpoint to receive the full, real-time, and potentially richer JSON structure.
{
"age": 33,
"gender": "male",
"resting_hr_bpm": 56.0,
"test_inputs": {"cooper_test_distance_m": 2800.0, "run_1_5_mile_time_min": null},
"estimate_method": "cooper_blend",
"estimate_method_label": "Cooper Blend",
"vo2max_estimate_ml_kg_min": 51.2,
"vo2max_range_ml_kg_min": {"lower": 45.1, "upper": 57.3},
"fitness_classification": "excellent",
"fitness_classification_label": "Excellent",
"percentile_estimate": 87,
"confidence": {"score": 84, "level": "medium", "level_label": "Medium", "notes": "Single-test blend provides solid directional estimate."},
"cardiorespiratory_risk_insight": "Favorable cardiorespiratory profile.",
"training_focus_recommendations": ["Maintain aerobic base and threshold progressions"],
"derived_metrics": {"estimated_hr_max_bpm": 185, "hr_reserve_bpm": 129, "fitness_age_estimate_years": 28},
"summary": "Excellent aerobic profile with strong performance potential.",
"language": "en",
"_enterprise": {"client": "Acme Health", "plan": "pro", "request_id": "31a83dfecbe5a34b", "quota": 120, "usage_tracking": true},
"_api_metadata_": {"endpoint_name": "fitness_vo2max_estimate", "response_language": "en"}
}
Next Steps¶
- Explore individual endpoints for parameter details, examples, and full JSON responses.
- Combine with Recovery, Body Composition, and Metabolism APIs for comprehensive performance tracking.
- Use multi-language support to engage athletes worldwide.
- Monitor usage and quotas in the HefitAPI Dashboard.
Measure, predict, and optimize athletic performance – all in real-time with Health Fitness API.