Returns the existing notes in the specified bounding box. The notes will be ordered by the date of their last change – the most recent one will be first. The list of notes can be returned in several different forms (for example as executable JavaScript, XML, RSS, JSON and GPX), depending on the file extension(1). The comment properties (uid, user, user_url) will be omitted if the comment was anonymous.
You can specify the format you want the results returned as by specifying a file extension.
The XML format returned by the API is different from the, equally undocumented, format used for OSN format files, available from planet.openstreetmap.org, and as output from JOSM and Vespucci.
Parameters needs to call
Parameter
Description
Default value
Allowed values
bbox
Coordinates bounding the area
none, parameter required
Floating point numbers in degrees, expressing a valid bounding boxbbox, not larger than the configured size limit (25 square degrees), not overlapping the dateline
limit
Number of entries returned
100
Between 1 and 10000
closed
Number of days a note needs to be closed to no longer be returned
7
Value 0 means only open notes are returned / -1 means all notes are returned