List Active Events

View as Markdown
## List Active Events Retrieves a list of all active convention events available for ordering. ### Endpoint `GET https://convention.photos/api/proxy-events` ### Description This endpoint provides a cached list of active events from the PHP backend, used to populate event selection dropdowns and landing page cards on convention.photos. ### Response Format Returns JSON array of event objects: ```json [ { "eventSlug": "ASDAR26", "eventName": "ASDAR 26th Annual Convention", "active": true } ] ``` ### Use Cases - Display event cards on landing page - Populate event selection in order forms - Filter available events for ordering ### Authentication No authentication required for public event listings.

Response

List of active events