Accept-Language to choose the localized values you want:
Content-Language with the languages returned.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Request localized API v1 fields.
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"
{
"name": {
"cs_CZ": "Frantiskovy Lazne",
"de": "Franzensbad"
}
}
Content-Language with the languages returned.
| Key | Language |
|---|---|
cs_CZ | Czech |
de | German |
en | English |
ru | Russian |