Check Availability
Query open time slots for any space on a given date. Build real-time booking widgets, calendar integrations, or availability dashboards that stay in sync with hoastnow.
View endpointIntegrate availability, bookings, reviews, and real-time events directly into your platform. The hoastnow REST API gives you programmatic access to the same infrastructure that powers the marketplace.
curl https://app.hoastnow.com/api/v1/spaces/42/availability \
-H "Authorization: Bearer hoa_live_xxxxxxxxxxxx" \
-G --data-urlencode "date=2026-04-15"The hoastnow API is scoped by key type. Community keys provide read access across their spaces; Brand keys enable booking flows on behalf of a brand.
Query open time slots for any space on a given date. Build real-time booking widgets, calendar integrations, or availability dashboards that stay in sync with hoastnow.
View endpointSubmit booking requests programmatically on behalf of a brand. Automate the request-to-book flow, sync confirmation status back to your system, and reduce manual coordination.
View endpointPull community and space reviews to power trust signals in your UI. Filter by community, display ratings, and surface verified booking reviews alongside your own content.
View endpointRegister webhook endpoints to receive real-time notifications when bookings are requested, approved, or cancelled, and when new reviews are posted. Keep your system up to date without polling.
View endpointGenerate your API keys from the community or brand settings page. Keys are scoped to your account type — no separate signup required.