Strava is an activity platform — GPS routes, pace, power, and heart rate for every logged workout, delivered in real time.
The athlete authorizes access via Strava's own OAuth flow — no credentials touch your servers.
Rabts maps Strava's data into the same unified schema used across every other provider — consistent units, consistent field names.
Query it through the unified REST API, or subscribe to webhooks for real-time updates as new data arrives.
curl https://api-sport.rabts.com/api/v1/users/{user_id}/timeseries \
-H "X-Open-Wearables-API-Key: YOUR_API_KEY"
No — Strava is an activity-tracking platform only; pair it with a provider like Garmin or Whoop for health data.
Yes, along with per-sample heart rate, speed, cadence, and power streams.
Create a free account and start pulling normalized Strava data through one API.
Create free account