curl --request GET \
--url https://api.rewind.rest/v1/attending/venues \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 12,
"name": "T-Mobile Park",
"city": "Seattle",
"state": "WA",
"country": "US",
"latitude": 47.5914,
"longitude": -122.3325,
"capacity": 47929
}
]
}Returns the venues catalog used by attended events. Includes city, state, country, lat/long, and capacity when known.
curl --request GET \
--url https://api.rewind.rest/v1/attending/venues \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 12,
"name": "T-Mobile Park",
"city": "Seattle",
"state": "WA",
"country": "US",
"latitude": 47.5914,
"longitude": -122.3325,
"capacity": 47929
}
]
}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.