Hello
In my application I want to retrieve the heart rate for an activity: the time spent in each zone.
I use: "https://www.strava.com/api/v3/athlete/activities?per_page=200"
Indeed there is the average and maximum frequency. But I would like the time for each HR zone Z1 to Z5.
There is this:
"https://www.strava.com/api/v3/athlete/zones" "Authorization: Bearer [[token]]"
But I don't see the link with the Activity ID.
Do you have options.
Thanks very much
Page 1 / 1
Hey there,
The endpoint you linked to (...athlete/zones) will get you the athlete's HR zones. If you'd like to know how much time was spent in each zone for an activity, this is the endpoint you're after.
Cheers!
Thank you very much, I'm working on it today.😉 😉
Reply
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.