autocomplete_address
Address autocomplete using each country's authoritative register: DAWA (DK), Kartverket (NO), BAN (FR official), MML (FI), and Nominatim (others). Returns ranked address suggestions with coordinates. Supports 15 countries (DK, NO, SE, FI, IE, UK, FR, DE, CZ, PL, LV, EE, NL, BE, LU). Tier note: NL and DE require a Starter+ subscription — free-tier API keys receive HTTP 402 'upgrade_required'; do NOT retry on 402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Partial address — street name, postcode, city, or any combination. Min 2 characters. | |
| country | Yes | ISO 3166-1 alpha-2 country code, lowercase. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suggestions | No | Ranked address candidates, best match first. |