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 all gear/shoes with activity counts.
cURL
curl --request GET \ --url https://api.rewind.rest/v1/running/gear \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "g12345", "name": "Nike Pegasus 40", "brand": "Nike", "model": "Pegasus 40", "distance_mi": 342.5, "is_retired": false, "activity_count": 85 }, { "id": "g12346", "name": "Brooks Ghost 15", "brand": "Brooks", "model": "Ghost 15", "distance_mi": 512.3, "is_retired": true, "activity_count": 130 } ] }
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
Gear list
Show child attributes