I would like to request API support for the newer activity tags, especially tags such as “With Kid”, “With Pet”, “Commute”, etc.
Currently, some activity context is exposed through the API. For example, the activity response includes fields such as:
"commute": false
However, other activity tags that are available in the Strava UI do not appear to be exposed in either:
- GET /athlete/activities
- GET /activities/{id}
For example, I added the “With Kid” activity tag to a run in the Strava UI. When retrieving the activity through the API, I can see fields such as:
"commute": false,
But I do not see any field that indicates the activity has the “With Kid” tag. There is no obvious field such as:
"tags": [...]
or:
"activity_tags": [...]
or:
"with_kid": true
