Skip to main content
API v1 stores selected text fields in multiple languages. Send Accept-Language to choose the localized values you want:
curl \
  -H "Authorization: Bearer <API_KEY>" \
  -H "Accept-Language: cs_CZ,de" \
  "https://spaportal.cz/api/v1/hotels"
Localized response fields are objects keyed by language:
{
  "name": {
    "cs_CZ": "Frantiskovy Lazne",
    "de": "Franzensbad"
  }
}
The response includes Content-Language with the languages returned.

Supported languages

KeyLanguage
cs_CZCzech
deGerman
enEnglish
ruRussian