Skip to main content

I’m exporting my Strava activities to a CSV with a Python script and for some reason, everything shows up perfectly except for the calories burnt. My weight is entered on Strava and I have tried a few different scripts but to no avail. Calories just don’t show up on my CSV no matter how I write, even though they do appear on my profile. 

Has anyone else encountered this? I looked up online but couldn't find anything, I don’t know if it’s a Strava issue or I just can’t seem to find the right script to write. Thanks!

When calories appear in your activity details (not in your profile) on the Strava website then you can get them with the /activities/{id} endpoint.


Reply