# Get Destination Info Get travel information for destinations based on travellers' nationalities. \ Optionally, get shareable link for the information. \ \ Note: Shareable link feature may not be enabled for your account. \ Note: If shareable link is not required, a GET request can be made. Endpoint: POST /information/search 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" - `destco` (array) Travel destination country codes as array or comma separated. Example: ["TR","ZA","AE"] - `nat` (array) Traveller nationality codes as array or comma separated. Example: ["DE","AT"] - `return_regions` (array) Return region / state codes (COUNTRY_CODE:REGION_CODE) as comma separated. Example: ["DE:BE","DE:BW","CH:ZH"] - `states` (array) Return state codes (Germany) as comma separated. Example: ["BE","BW"] - `dest3l` (array) Destination airport IATA codes as array or comma separated. Example: ["FRA","LAX","LHR"] ## Request fields (application/json): - `trip` (object) - `trip.name` (string) Example: "Trip Name" - `trip.start_date` (string) Example: "2020-01-01" - `trip.end_date` (string) Example: "2020-01-01" - `trip.reference` (string,null) - `trip.note` (string,null) ## Response 200 fields (application/json): - `request` (object) - `request.destco` (array) - `request.destco.code` (string) - `request.destco.countryname` (string) - `request.destco.countryname_en` (string) - `request.destco.countryname_translated` (string) - `request.nat` (array) - `response` (any) - `trip_url` (string) Example: "https://travel-details.eu/en?tid=ABCD-EFGH-IJKL" - `requestid` (string) Unique Request ID identifying this request. - `responsetime` (number) Time taken to generate response.