Skip to main content
REST API v1 — Now Available

Build with the Booking Brain API

Integrate property search, real-time availability, and secure booking into your website with a clean, well-documented REST API.

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
Read the Quick Start Guide
search-properties.sh
# 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.