# Country Information Get General Information about destinations as HTML or a PDF document. Use: \ .../content/country/html - to show content in a web browser / HTML viewer. \ .../content/country/pdf - to save & share content for offline viewing. Endpoint: POST /content/country/{type} Version: 2.0.0 Security: oAuth, bearerAuth ## Path parameters: - `type` (any, required) Enum: "html", "pdf" ## Query parameters: - `language` (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` (string) Comma separated list of destination country codes. Example: "ES,FR,IT" ## 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