# Event Availability Query availability for events. Event availability is a computed value based on a number of parameters, including: - Event capacity and current reservations - Resources linked to tickets and bookings (e.g., bikes, kayaks, equipment) - Booking cut-off time The availability response includes both an overall availability status and a breakdown of individual constraints, allowing you to understand exactly what factors are limiting availability for a given event. ## Get Event Availability - [GET /v1/event-availabilities/{eventId}](https://developer.understory.io/apis/event-availability/geteventavailability.md): Get the availability for a single event. Returns availability information including remaining seats and constraints. ## List Event Availability - [GET /v1/event-availabilities](https://developer.understory.io/apis/event-availability/listeventavailability.md): Get availability for events belonging to an experience. Returns a paginated list of event availability information. Use the cursor parameter to paginate through results.