Skip to main content

Expose activity tags such as “With Kid” in the Strava API

  • June 7, 2026
  • 1 reply
  • 11 views

Forum|alt.badge.img

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

1 reply

Jan_Mantau
Superuser
Forum|alt.badge.img+27
  • Superuser
  • June 8, 2026

Hi ​@Scha , even for the API you have to use the usual request process on https://support.strava.com/hc/requests/new, there you can choose API as the platform for the request.