List attended events
GET https://api.rewind.rest/v1/attending/events
Returns events you have tickets for, filterable by category, type, season, year, venue, team, and attendance status. Includes tickets for events you did not attend.
Authorization
AuthorizationrequiredAPI key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
Query Parameters
pagelimitcategoryAllowed values
sportsmusicartsevent_typeseasonyearvenue_idattendedteamCase-insensitive substring match on event_data.home_team.name OR event_data.away_team.name. Returns games where this team was either side.
team_idExact match on event_data.home_team.id OR event_data.away_team.id. Use league-native team ids (MLB Stats id for MLB, ESPN team id for everything else).