Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns cities where runs occurred with counts and distances.
cURL
curl --request GET \ --url https://api.rewind.rest/v1/running/cities \ --header 'Authorization: Bearer <token>'
{ "data": [ { "city": "Portland", "state": "OR", "country": "United States", "run_count": 450, "total_distance_mi": 1800 }, { "city": "Seattle", "state": "WA", "country": "United States", "run_count": 120, "total_distance_mi": 480 } ] }
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
City list
Show child attributes