Skip to main content

Changelog

All notable changes to the Booking Brain Developer API are documented here.

v2.0.0 — 2026-03-19

Initial public release of the Booking Brain Developer API.

Endpoints (22)

  • Property SearchGET /search, GET /specialoffers
  • Property DetailsGET /properties/{id}, GET /properties/slug/{slug}, GET /properties/{id}/extras, GET /properties/{id}/bedrooms, GET /properties/{id}/owner-contact, GET /properties/{id}/images, GET /properties/{id}/reviews, GET /properties/{id}/specialoffers
  • Availability & PricingGET /properties/{id}/unavailableDates, GET /properties/{id}/startDays, GET /properties/{id}/shortBreaks, GET /properties/{id}/start-dates, POST /properties/{id}/get-price, GET /properties/{id}/available-nights
  • BookingPOST /bookings/save, POST /bookings/validate-voucher
  • PaymentPOST /bookings/processPayment
  • PlacesGET /places, GET /places/{slug}
  • UsageGET /usage/stats, GET /usage/logs

Features

  • API key authentication via X-API-Key header
  • Sandbox key for development (bb_sandbox_test_key_do_not_use_in_production)
  • Per-minute rate limiting with X-RateLimit-* headers
  • IP whitelisting and origin restrictions for production keys
  • Full OpenAPI 3.0 specification at /openapi.yaml
  • Machine-readable documentation at /llms.txt
  • Postman collection at /bookingbrain-api.postman_collection.json

Documentation

  • Developer portal launched at docs.bookingbrain.com
  • Quick start guide, authentication guide, error handling reference, booking flow walkthrough
  • AI integration guide with function calling examples
  • Interactive API reference with code samples in 6 languages