# Overview - JSON Endpoint: POST /content/overview/json 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"] ## 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.entry` (object) - `records.entry.allowed` (boolean) - `records.entry.additional_content` (array) - `records.entry.additional_content.heading` (string) - `records.entry.additional_content.content` (string) - `records.entry.registration` (object) - `records.entry.registration.required` (boolean,null) - `records.entry.documents` (object) - `records.entry.documents.passport` (object) - `records.entry.documents.id_card` (object) - `records.entry.documents_additional_content` (array) - `records.entry.minors` (object) - `records.entry.minors.documents_required` (boolean,null) - `records.visa` (object) - `records.health` (object) - `records.health.insurance` (object) - `records.health.vaccination` (object) - `requestid` (string) Unique Request ID identifying this request. - `responsetime` (number) Time taken to generate response. ## Response 401 fields