Forward geocoding
v1_geocodeForward geocoding: Place name → coordinates, country, timezone. Source: Open-Meteo / Nominatim. $0.005 per call · GET /v1/geocode
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Place name to search. Example: 'London'. | |
| count | No | Max results 1-10. Example: '3'. | |
| country | No | ISO-3166 alpha-2 filter. Example: 'GB'. |