I am new to python and openstreetmap API and I would really appreciate any help in structuring a call that would return me information such as the following for a node:
< node id =" 592637238 " lat =" 47.1675211 " lon =" 9.5089882 "
version ="2" changeset =" 6628391 "
user =" phinret " uid =" 135921 "
timestamp =" 2010 -12 -11 T19:20:16Z " >
< tag k=" amenity " v=" bar " / >
< tag k=" name " v=" Black Pearl " / >
From my code that I have already written I have the lat and lon of the node at my disposal, along with the osm_id(obtained through nominatim). I don't think the osm_id is the same as the node id but correct me if I am wrong! If anyone can help me in structuring a call that would return this info for a node it would be greatly appreciated thank you!