The POI Density API returns the count of points of interest within 1 km and 2 km of any coordinate across Latin America, broken down by category, along with a urbanity index — a 0–1 score that summarises commercial intensity at the location. Data is sourced from OpenStreetMap, the same underlying dataset that powers OnCoord's address and venue search.
Click anywhere on the map — or type coordinates below — to retrieve POI density data.
All counts will be 0 for
oceans or locations outside the
coverage area.
{
"poi": {
"within_1km": {
"total": 2147,
"retail": 606,
"food": 325,
"transport": 551,
...
"amenity:hospital": 2,
"amenity:fire_station": 0,
"amenity:police": 5
},
"within_2km": { "total": 7557, ... },
"urbanity_index": 1
}
}
amenity:hospital,
amenity:fire_station, and
amenity:police are always returned,
even when the count is zero.Summary — within 2 km · see full JSON below for all categories & per-radius breakdown