I'm trying to get my 20 most recent edits and export it as a JSON, but I can't seem to get overpass to limit my query properly. This is my query: I've tried using the print actions found here to limit on the Is there currently a way with Overpass to get my 20 most recent changes no matter what they are (point/line/polygon)? asked 01 May '17, 16:14 bddavidson edited 01 May '17, 16:14 |

I think you'll have to manually determine the date of the 20th changeset back and then use
newerordiffto fetch the changes since that time.