# HTML Endpoint: POST /content/country/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" - `countries` (array) Country codes as array or comma separated. Example: ["TR","ZA","AE"] ## Response 200 fields (application/json): - `records` (array) - `records.country` (string) - `records.language` (string) - `records.title` (string) - `records.content` (string) - `records.topics` (object) Example: {"topic_1":{"title":"string","content":"string"},"topic_2":{"title":"string","content":"string"},"...":{"title":"string","content":"string"}} - `requestid` (string) Unique Request ID identifying this request. - `responsetime` (number) Time taken to generate response. ## Response 401 fields