This object is in archive! 
OpenStreetMap POI ID
Answered
I'm writing plugin to edit osm poi. I can't distinguish which type belongs to osm poi and which to locus poi. How can I get osm poi id in kotlin version?
Hello,
it depends ... on when you need this information. There is currently no official API for this anyway if you are able to obtain the whole point over API, you may then extract OSM data from GeoDataExtra object under this ID. In JSON should always be entityId, entityType and also node tags.
Let me know if this is usable for you and if not, I'll need more info about your usecase.
Menion
Hello,
it depends ... on when you need this information. There is currently no official API for this anyway if you are able to obtain the whole point over API, you may then extract OSM data from GeoDataExtra object under this ID. In JSON should always be entityId, entityType and also node tags.
Let me know if this is usable for you and if not, I'll need more info about your usecase.
Menion
Replies have been locked on this page!