The POI Nearby API returns points of interest of a specific category within a given radius of any coordinate across Latin America. Results include the name, distance, coordinates, and address of each matching venue.
Click anywhere on the map — or type coordinates below — then select a category and
radius to search. Categories use raw OSM
key:value tags.
Results will be empty for oceans or locations outside the
coverage area.
This API is ideal for powering “restaurants near me” searches using
amenity:restaurant, or finding
supermarkets in a city (e.g. Mérida, Mexico at
20.960, -89.614) using
shop:supermarket.
{
"total": 2,
"results": [
{
"name": "Domino's",
"category": ["food", "retail", "amenity:fast_food", "cuisine:pizza"],
"distance_m": 724,
"center_point": { "lon": -93.103771, "lat": 16.75194 },
"address": { "zip": "29000" }
},
...
]
}
food and
retail).Search results · see full JSON below for complete venue details