I’m working with the Strava API and have noticed inconsistent responses when retrieving activity data.
What I’m seeing:
- API requests generally work as expected.
- Some activity responses occasionally contain missing fields or incomplete data.
- Repeating the same request later may return the expected information.
- The issue seems more noticeable when requesting several activities in a short period.
- Authentication and access tokens appear to be valid.
I’ve checked my request parameters and response handling but haven’t been able to identify the cause. Has anyone experienced inconsistent or incomplete responses from the Strava API, and are there recommended practices for handling this reliably?
