App Logo
parisaeroport.fr

Suggest Paris flight destinations

Resolve a free-text destination to Paris Aéroport's ranked airport suggestions [{iataCode, name, city, ...}] ([0] = best). Disambiguates multi-airport cities; pass a returned name to search_departures. Airport names are listed in French, so an English city name resolves through the closest matching form, and matchedTerm reports which wording the suggestions came from.

Input

query required

Free-text destination to look up, e.g. 'Shanghai', 'London', 'New York'. Matches the site's own typeahead (also its French names, e.g. 'Londres').

limit optional

Max suggestions to return.

Default: 10

Output

query required
matchedTerm required

The term the returned suggestions actually correspond to. Equals `query` in the normal case. The site prefix-matches French airport labels, so an English name can match nothing while a prefix of it does - for 'London' this is 'Lond', the longest prefix the site still resolves to the LONDRES airports. Equals `query` whenever `destinations` is empty.

destinations required

Airport suggestions in the site's ranked order ([0] = best match). Empty when the site has no destination for the query. A metro (e.g. London) yields one entry per airport, sharing a cityCode.

Start building not clicking