The API 0.6 notes search endpoint provides start and end timestamps

True, e.g. this seems to successfully return 20-minute range of Note updates earlier today:
https://api.openstreetmap.org/api/0.6/notes/search?from=2022-10-26T13:20:00Z&to=2022-10-26T13:40:00Z

One should take care of following API Usage policy which states (among other things):

The editing API is provided in order to edit the map data, not for read-only purposes or projects

However other AUP suggestions (like using dumps + diffs) in AUP do not work for Notes if one need better than 24-hour granularity (as seems to be the case here), because I don’t think we have minutely diffs for Notes (only for map data).

Maybe if one calls it reasonably rare (e.g. once every 5 minutes instead of every second) it would be often enough for @AngocA usecase, and one might ask ops if that would be considered acceptable usage? (due to alternatives being non-existent)

1 Like