how to find intersections from OpenStreetMap?
How to extract intersections in the OpenStreetMap? I need the longitude and latitude of the intersections, thanks! There has been a similar question here . There is no direct API call to retrieve intersections. But you can query all ways in a given bounding box (for example directly via the API or via the Overpass API ) and look for nodes shared by two or more ways as explained in the other answer. Try the GeoNames findNearestIntersectionOSM API: http://api.geonames.org/findNearestIntersectionOSMJSON?lat=37.451&lng=-122.18&username=demo The input is lng and lat of location and the response