Retrieve minimum rate for hotels

Overview

Get the cheapest available rate for each hotel in your list. Perfect for displaying price comparisons without loading full rate details.

When to Use

  • Show price ranges on hotel listing pages
  • Quick price comparisons across multiple hotels
  • Optimize performance when you only need the lowest price, not all rate options
  • Build price filters or sorting by price

What You Get

  • Minimum rate per hotel - the cheapest available room option
  • Basic rate information - price, currency, and availability
  • Fast response - optimized for quick price lookups

Key Features

  • Lightweight - Returns only the minimum rate, not all options
  • Same parameters as the main rates endpoint for consistency
  • Perfect for listings - Ideal when displaying multiple hotels where users just need to see starting prices

Quick Start

Provide a list of hotel IDs, dates, and guest occupancy. The endpoint returns the cheapest rate available for each hotel.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
hotelIds
array of strings
required

List of hotel IDs

hotelIds*
occupancies
array of objects
required
occupancies*
string
required

Check in date in YYYY-MM-DD (ISO 8601) format

string
required

Check out date in YYYY-MM-DD (ISO 8601) format

string
required

Booking currency

string
required

Guest nationality (ISO 2-code)

number

Request timeout in seconds

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json