Skip to main content
API v1 price fields include a currency code. Supported currencies:
CodeCurrency
CZKCzech koruna
EUREuro

Money fields

API v1 returns decimal price amounts.
{
  "amount": 18924,
  "currency": "CZK"
}
Lowest-price fields use amount_per_night:
{
  "amount_per_night": 1024.5,
  "currency": "CZK"
}
Some price responses are keyed by language because the returned currency follows the localized booking context. POST /booking accepts a currency value. If you omit it, API v1 defaults to CZK.