Skip to main content
List endpoints accept a search query parameter for free-text filtering.
GET /api/v2/room-types?search=superior
How search matches:
  • Full-text — matches anywhere in the value, not just the start.
  • Case-insensitivesuperior matches Superior.
  • Diacritics-insensitivefrantiskovy matches Františkovy.
  • All languages — matched against every locale (cs-CZ, de, en, ru) at once, so a term in any language matches.
To match an exact value such as a room type code, use that field’s own filter. Each endpoint lists the field(s) its search covers.