Everything you need to integrate
A complete API for property management, from search to checkout. Built for developers who demand reliability.
Property Search
Search and filter holiday properties by location, dates, guest capacity, amenities, and more. Powerful query parameters for precise results.
Real-Time Availability
Check live availability and pricing across your entire property portfolio. Always up to date, always accurate.
Authentication & Security
API key authentication with rate limiting. All endpoints served over HTTPS with comprehensive error handling.
Secure Payments
Process payments securely through our PCI-compliant integration. Handle deposits, balances, and refunds with ease.
Fast & Reliable
Built for performance with low-latency responses, automatic retries, and 99.9% uptime SLA for production workloads.
Comprehensive Docs
Interactive API reference with request/response examples, code samples in multiple languages, and detailed guides.
Up and running in minutes
A single API call to search available properties. Clean JSON responses, predictable pagination, and detailed error messages.
- RESTful endpoints with consistent response format
- JSON request and response bodies throughout
- Comprehensive error codes and messages
- Interactive API explorer with try-it-now
# Search pet-friendly properties in Porlock
curl "https://app.bookingbrain.com/api/v1/developer/search?place=porlock&guests=4&pets=yes" \
-H "X-API-Key: bb_sandbox_test_key..."
# Response
{
"properties": [
{
"id": 312,
"title": "Meadow Cottage",
"min_price": 595.00,
"is_pets": true
}
],
"total_property_on_search": 22
}Ready to start building?
Get your API key and make your first request in under five minutes.