curl --request GET \
--url https://api.rewind.rest/v1/attending/year/{year} \
--header 'Authorization: Bearer <token>'{
"year": 123,
"total_events": 123,
"total_spent_cents": 123,
"by_category": [
{
"category": "<string>",
"count": 123
}
],
"by_event_type": [
{
"event_type": "<string>",
"count": 123
}
],
"monthly": [
{
"month": "2024-08",
"count": 123
}
],
"top_venues": [
{
"venue_id": 123,
"name": "<string>",
"city": "<string>",
"count": 123
}
],
"top_performers": [
{
"performer_id": 123,
"name": "<string>",
"count": 123
}
],
"events": [
{
"id": 123,
"event_date": "<string>",
"event_type": "<string>",
"title": "<string>",
"subtitle": "<string>",
"venue_name": "<string>"
}
]
}Returns a year-in-review summary for attended events: totals, monthly breakdown, top venues, top concert performers, and the full event list. 404 when no attended events exist for the year.
curl --request GET \
--url https://api.rewind.rest/v1/attending/year/{year} \
--header 'Authorization: Bearer <token>'{
"year": 123,
"total_events": 123,
"total_spent_cents": 123,
"by_category": [
{
"category": "<string>",
"count": 123
}
],
"by_event_type": [
{
"event_type": "<string>",
"count": 123
}
],
"monthly": [
{
"month": "2024-08",
"count": 123
}
],
"top_venues": [
{
"venue_id": 123,
"name": "<string>",
"city": "<string>",
"count": 123
}
],
"top_performers": [
{
"performer_id": 123,
"name": "<string>",
"count": 123
}
],
"events": [
{
"id": 123,
"event_date": "<string>",
"event_type": "<string>",
"title": "<string>",
"subtitle": "<string>",
"venue_name": "<string>"
}
]
}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.
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
2024
Year in review
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes