geocoding
Convert place names or postal codes to geographic coordinates and location details. Filter results by language and country.
Instructions
Search for locations worldwide by place name or postal code. Returns geographic coordinates and detailed location information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Place name or postal code to search for. Minimum 2 characters required. Examples: "Paris", "Berlin", "75001", "10967" | |
| count | No | Number of search results to return (maximum 100) | |
| format | No | Return format for results | json |
| language | No | Language code for translated results (e.g., "fr", "en", "de"). Returns translated results if available, otherwise in English or native language. | |
| countryCode | No | ISO-3166-1 alpha2 country code to filter results (e.g., "FR", "DE", "US"). Limits search to a specific country. |