Skip to main content
GET
/
v1
/
running
/
gear
Gear list
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.

Authorizations

Authorization
string
header
required

API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.

Response

Gear list

data
object[]
required