Skip to main content
GET
/
lowest-price
Get lowest price
curl --request GET \
  --url https://spaportal.cz/api/v1/lowest-price \
  --header 'Authorization: Bearer <token>'
{
  "cs_CZ": {
    "amount_per_night": 1024.5,
    "currency": "CZK"
  },
  "de": {
    "amount_per_night": 40,
    "currency": "EUR"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string

Comma-separated list of languages to include.

Example:

"cs_CZ,de"

Query Parameters

visit_type_id
integer

Visit type ID.

hotel_id
integer

Hotel ID.

destination_id
integer

Destination ID.

room_type_id
integer

Room type ID.

number_of_beds
integer

Filter by occupancy.

Required range: 1 <= x <= 2
date_from
string<date>

Start date in YYYY-MM-DD format.

date_to
string<date>

End date in YYYY-MM-DD format.

Response

Lowest matching price by language.

{key}
object