Is there some good way to obtain id of latest created note?
Or to check whether specific note is deleted or not yet existing? Currently both return Request failed: 404 - Not Found (this used to be different, not anymore)
Why it is useful: I have script that watches created notes, detects obvious vandalism notes and closes them. I run it when some anonymous note vandal becomes active. I wanted to reenable it and discovered that it now fails as response for not-yet-existing and used-to-be-existing notes is now the same.
Never used it but https://api.openstreetmap.org/api/0.6/notes/search?from=<now>&order=newest&limit=5 (replace <now> with a valid timestamp like 20230911T062100Z) should give you the latest ID as first entry.