id |
int |
The unique identifier of the activity |
[optional] |
external_id |
str |
The identifier provided at upload time |
[optional] |
upload_id |
int |
The identifier of the upload that resulted in this activity |
[optional] |
athlete |
MetaAthlete |
|
[optional] |
name |
str |
The name of the activity |
[optional] |
distance |
float |
The activity's distance, in meters |
[optional] |
moving_time |
int |
The activity's moving time, in seconds |
[optional] |
elapsed_time |
int |
The activity's elapsed time, in seconds |
[optional] |
total_elevation_gain |
float |
The activity's total elevation gain. |
[optional] |
elev_high |
float |
The activity's highest elevation, in meters |
[optional] |
elev_low |
float |
The activity's lowest elevation, in meters |
[optional] |
type |
ActivityType |
|
[optional] |
start_date |
datetime |
The time at which the activity was started. |
[optional] |
start_date_local |
datetime |
The time at which the activity was started in the local timezone. |
[optional] |
timezone |
str |
The timezone of the activity |
[optional] |
start_latlng |
LatLng |
|
[optional] |
end_latlng |
LatLng |
|
[optional] |
achievement_count |
int |
The number of achievements gained during this activity |
[optional] |
kudos_count |
int |
The number of kudos given for this activity |
[optional] |
comment_count |
int |
The number of comments for this activity |
[optional] |
athlete_count |
int |
The number of athletes for taking part in a group activity |
[optional] |
photo_count |
int |
The number of Instagram photos for this activity |
[optional] |
total_photo_count |
int |
The number of Instagram and Strava photos for this activity |
[optional] |
map |
PolylineMap |
|
[optional] |
trainer |
bool |
Whether this activity was recorded on a training machine |
[optional] |
commute |
bool |
Whether this activity is a commute |
[optional] |
manual |
bool |
Whether this activity was created manually |
[optional] |
private |
bool |
Whether this activity is private |
[optional] |
flagged |
bool |
Whether this activity is flagged |
[optional] |
workout_type |
int |
The activity's workout type |
[optional] |
average_speed |
float |
The activity's average speed, in meters per second |
[optional] |
max_speed |
float |
The activity's max speed, in meters per second |
[optional] |
has_kudoed |
bool |
Whether the logged-in athlete has kudoed this activity |
[optional] |
gear_id |
str |
The id of the gear for the activity |
[optional] |
description |
str |
The description of the activity |
[optional] |
photos |
PhotosSummary |
|
[optional] |
gear |
SummaryGear |
|
[optional] |
calories |
float |
The number of kilocalories consumed during this activity |
[optional] |
segment_efforts |
list[DetailedSegmentEffort] |
|
[optional] |
device_name |
str |
The name of the device used to record the activity |
[optional] |
embed_token |
str |
The token used to embed a Strava activity |
[optional] |
splits_metric |
list[Split] |
The splits of this activity in metric units (for runs) |
[optional] |
splits_standard |
list[Split] |
The splits of this activity in imperial units (for runs) |
[optional] |
laps |
list[Lap] |
|
[optional] |
best_efforts |
list[DetailedSegmentEffort] |
|
[optional] |