RSS Feeds¶
- GET /users/(string: user_name)/workouts.rss¶
RSS feed with user’s last 5 public workouts.
Note: it does not display workouts when user is suspended.
Example requests:
without parameters:
GET /user/Sam/workouts.rss HTTP/1.1
with some query parameters:
GET /user/Sam/workouts.rss?lang=fr&imperial_units=true HTTP/1.1
- Query Parameters:
lang (string) – RSS feed language (two-letter code, ISO 639-1, default: ‘en’). If provided language is not supported, it falls back to English.
imperial_units (boolean) – display values with imperial units. If false, metric system is used instead (default: false).
description (boolean) – display workout description if true (default: false).
- Status Codes:
200 OK –
success
404 Not Found –
user does not exist