Join our community at https://www.reddit.com/r/HotelByte/

HotelByte
HomepageWaitlist
HomepageWaitlist
Hotel Partners Roadmap
Submit issues
  1. 2. Guides
  • 1. Get started
    • Overview
    • Booking flow
    • Certification and Go Live
    • Frequently Asked Questions (FAQ)
  • 2. Guides
    • Quick start
    • Error handling
    • Rate limit
    • Certification cases
    • Test more scenarios
  • 3. API Reference
    • Authentication
      • Ticket
    • Content
      • Destinations
      • HotelStaticDetail
      • HotelsMetadata
    • Search
      • HotelList
      • HotelRates
    • Make bookings
      • CheckAvail
      • Book
    • Manage bookings
      • QueryOrders
      • Cancel
  1. 2. Guides

Rate limit

🚦 Rate Limiting Strategy per appKey#

Limit TypeLimitDescription
Overall API100 QPSCredential-based global API limit
CheckAvail/Book API10 QPSCredential-based limit
QueryOrders API50 QPSCredential-based limit
Content API100 QPSCredential-based limit
⚠️ Test Environment Rate Limits: In our testing environment, we implement a conservative rate limit of 2 QPS per
client IP
to ensure fair resource allocation during development and testing phases. If your application requires
higher throughput for production use cases, please contact our HotelByte Business Development Team to discuss
custom
rate limit configurations and enterprise solutions.

Previous
Error handling
Next
Certification cases