overpass.pois_nearby
mock data$0.002 / callFind POIs Near a Coordinate
Find OpenStreetMap points of interest within a configurable radius (up to 5 km) around a latitude/longitude coordinate. Optionally filter by amenity type (e.g. "cafe", "atm", "pharmacy"). Without a filter, returns all amenities, tourism features, and shops in the area. Results include name, coordinates, address details, phone, website, and opening hours. Useful for answering "what is near me?" or "what restaurants are within 500 m of this hotel?". Data sourced from Overpass API (OpenStreetMap).
Input schema
Center point latitude (e.g. 48.8566 for Paris).
Center point longitude (e.g. 2.3522 for Paris).
Maximum number of results to return (1–50, default 20).
Search radius in meters from the center point (50–5000, default 500).
Optional amenity type filter. Omit to search all OSM amenities, tourism, and shops within the radius.
Call via REST
curl -X POST https://unifyapi.pro/api/call/overpass.pois_nearby \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"lat":0,"lon":0,"limit":0,"radius_m":0,"amenity_type":"<amenity_type>"}'