Endpoint
Path parameters
The public token for the restaurant.
Query parameters
The month to check, in
YYYY-MM format. For example, 2025-05 for May 2025.The number of guests in the party. A date is only marked
available: true if there is at least one open slot with enough remaining capacity for this party size.Response fields
The month that was queried, echoed back in
YYYY-MM format.The party size that was queried, echoed back.
Array of date availability objects, one per calendar day in the requested month.
A date is marked
available: true only when there is at least one slot with remaining_capacity greater than or equal to the requested guests value. Use GET Time Slots to fetch the individual slots for a specific date.