# - Visa Get Visa Requirements for destinations as HTML, Text, JSON or a PDF document. Use: \ .../content/visa/html - to show content in a web browser / HTML viewer. \ .../content/visa/text - to show content directly as text. \ .../content/visa/json - to show your own content based on data. \ .../content/visa/pdf - to save & share content for offline viewing. Endpoint: POST /content/visa/{type} Version: 2.0.0 Security: oAuth, bearerAuth ## Path parameters: - `type` (any, required) Enum: "html", "text", "json", "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" - `nationalities` (string) Comma separated list of travellers' nationality codes. 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" ## Request fields (application/json): - `filters` (object) - `filters.required` (object) - `filters.required.status` (string) Enum: "not_required", "required" - `filters.application` (object) - `filters.application.foreign_representation` (object) - `filters.application.foreign_representation.available` (boolean) - `filters.application.e_visa` (object) - `filters.application.on_arrival` (object) ## Response 401 fields