
Bright AMOLED display with advanced health monitoring and fitness features
Full integration with all Garmin Venu series devices
AMOLED, Sleep Coach, Body Battery
Smaller fit, All Venu 3 features
Voice commands, Built-in mic
Advanced health monitoring
Compact design, Full features
Square display, Music edition
Comprehensive health and fitness metrics from Garmin Venu devices
Event-driven real-time sync when connected to Garmin Connect app
Enterprise-ready Garmin integration through Terra API
Event-driven webhooks deliver Garmin data instantly as it becomes available
Access complete historical data through HTTP requests with date ranges
HIPAA-compliant authentication with Garmin Connect
// Garmin Venu data structure
{
"user_id": "garmin_user_123",
"type": "activity",
"data": {
"activity_data": {
"steps": 12547,
"distance_meters": 8932,
"active_duration_seconds": 4320,
"calories_burned": 892
},
"heart_rate_data": {
"summary": {
"avg_hr_bpm": 72,
"max_hr_bpm": 165,
"resting_hr_bpm": 58
},
"detailed": {
"hr_samples": [
{"timestamp": "2025-01-15T10:00:00Z", "bpm": 68},
{"timestamp": "2025-01-15T10:01:00Z", "bpm": 72}
]
}
},
"sleep_data": {
"sleep_score": 85,
"total_sleep_duration_seconds": 28800,
"sleep_stages": {
"deep_sleep_seconds": 7200,
"light_sleep_seconds": 14400,
"rem_sleep_seconds": 5400,
"awake_seconds": 1800
}
},
"body_battery": {
"current_level": 78,
"charged_amount": 42,
"drained_amount": 35
}
}
}Get started with our comprehensive API documentation and developer tools