Docs
This website reads a few query-string parameters, so a filtered or searched view can be bookmarked and shared as a plain link.
Query parameters
/explorer?countries=<iso>
Comma-separated list of ISO 3166-1 alpha-3 country codes to filter by.
/explorer?countries=THA,JPN
/explorer?query=<query>
Free-text search matched against destination, region and country names (accent-insensitive). Combined with countries, the search stays inside those countries; on its own it covers all of them.
/explorer?query=Abu+Dhabi
/explorer?selected=<slug>
Slug of a destination to automatically open in the detail/map view.
/explorer?selected=bangkok
/destinations/<slug>
Redirects to the Explorer, pre-filtered to the destination's country with it selected. If the slug isn't found, redirects to a search query instead.
/destinations/munich
/countries/<iso-or-name>
Redirects to the Explorer, pre-filtered to the given country. Accepts an ISO 3166-1 alpha-3 code or the country's German or English name (case-insensitive). Countries have no slug of their own. Returns a 404 if the country isn't recognized.
/countries/JPN