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
}
]
}Returns all gear/shoes with activity counts.
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
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.rewind.rest/llms.txt
Use this file to discover all available pages before exploring further.