Is it possible to get older versions of objects via the Overpass API? Or whats the fastest way to get a specific version of an OSM object like a node? |
You can use the regular API directly, e.g.: http://www.openstreetmap.org/api/0.6/node/123456/7 will retrieve version 7 of node 123456. |