Skip to main content

DestinationSearchRequest

querystringrequired

Search text

Possible values: >= 2 characters

limitinteger

Maximum number of results

Possible values: <= 20

Default value: 10
localestring

Caller market/UI locale (e.g. "es-ES", "de-AT", "pt-BR" or just "de"). Non-restrictive ranking hint, never a filter: same-name places in the locale's country (Vienna AT vs US) and localized exonym matches are boosted, but search stays global and every relevant destination is still returned.

Example: es-ES
countryCodestring

Deprecated. Kept for backward-compatibility; ignored (search is global). Use locale for market hints.

Possible values: Value must match regular expression ^[A-Z]{2}$

DestinationSearchRequest
{
"query": "string",
"limit": 10,
"locale": "es-ES",
"countryCode": "string"
}