Find places worth a detour near a point
places_nearList notable places within a radius of a WGS84 coordinate, most famous first (rank order), each with distance_km — the direct answer to "what is worth visiting near ?". Radius defaults to 50 km (max 500). Geocode the location yourself, then call this with its latitude/longitude. Filter by kind to answer e.g. "waterfalls near Zurich".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Kind of place — key or slug: ruins (Archaeological), natural (Nature) (optional) | |
| limit | No | Max results (default 15) | |
| latitude | Yes | ||
| longitude | Yes | ||
| radius_km | No | Search radius in km (default 50) |