# Overview - HTML Endpoint: POST /content/overview/html Version: 2.0.0 Security: oAuth, bearerAuth ## Query parameters: - `lang` (string) Language code for response content. Enum: "de", "en", "fr", "it", "nl", "pl", "es", "pt", "ru", "bg", "cs", "da", "el", "fi", "hu", "nb", "ro", "sk", "sl", "sv", "tr" - `destinations` (array) Travel destination country codes as array or comma separated. Example: ["TR","ZA","AE"] - `nationalities` (array) Traveller nationality codes as array or comma separated. Example: ["DE","AT"] - `target-device` (string) Send this parameter if the content is to be displayed on a device with limited screen space. Enum: "mobile" ## Response 200 fields (application/json): - `records` (array) - `records.destination` (string) - `records.nationality` (string) - `records.language` (string) Language code for the information record. Enum: "de", "en", "fr", "it", "nl", "pl", "es", "pt", "ru", "bg", "cs", "da", "el", "fi", "hu", "nb", "ro", "sk", "sl", "sv", "tr" - `records.title` (string) - `records.content` (string) - `requestid` (string) Unique Request ID identifying this request. - `responsetime` (number) Time taken to generate response. ## Response 401 fields