Strava API - get photos from an activity

589 Views Asked by At

I am trying to get Photos from Strava with https://www.strava.com/api/v3/activities/${activityId}/photos?access_token=${res.access_token}`, but there are only thumbnail of these photos. Is there a way to get the full resolution photos somehow?

1

There are 1 best solutions below

3
On

Using the Get Activity By Id endpoint you get back a DetailedActivity

This includes a PhotosSummary object which contains the photos that are currently available through the Stava API v3.