Get All Events
## Get All Events
Retrieves a list of all available convention events.
### Endpoint
`GET https://photos.conventionphotography.com/event`
### Description
This API endpoint returns a collection of all convention events available in the system. Used to populate event listings and allow users to browse available photo galleries.
### Headers
- **Accept**: `*/*` - Accepts any content type
- **User-Agent**: Browser identification
- **Sec-Fetch-Dest**: `empty` - AJAX/fetch request
- **Sec-Fetch-Mode**: `cors` - CORS mode enabled
- **Sec-Fetch-Site**: `same-origin` - Same-origin request
### Response Format
Returns JSON array containing event objects with:
- Event code/ID
- Event name
- Event date
- Photo count
- Thumbnail URLs
- Status information
### Use Cases
- Display event listings on homepage
- Populate event selection dropdowns
- Browse available photo galleries
- Event search and filtering
### Authentication
No authentication required for public event listings.
Headers
host
sec-ch-ua
Sec-Fetch-Dest
Sec-Fetch-Mode
Sec-Fetch-Site
sec-ch-ua-mobile
sec-ch-ua-platform
Response headers
Server
Date
Transfer-Encoding
Connection
Vary
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Strict-Transport-Security
X-Content-Type-Options
X-Frame-Options
X-XSS-Protection
Referrer-Policy
X-Webcom-Cache-Status
Content-Encoding
Response
Get All Events