Skip to main content

I have a personal project where I am creating activities based on rides taken on a bikeshare program. I want to be able to calculate the CO2 saved by taking this form of transportation, as I see this data in the Strava platform but it isn't returned on the /activities/id API call. It would be amazing if this could be added.

You can calculate it yourself, it's simply 0.00021743 kg CO2 per distance in meters.


Got it, thanks! Good to know. I thought it was a constant, but had hoped it might have been a bit more of a complex solution. Appreciated.


Reply