GET api/0.6/changesets
openstreetmap.org:openstreetmap-api
Summary: Query changesets
Operation ID: queryChangesets
Auth: unknown
Operation ID: queryChangesets
Auth: unknown
Description
Query changesets with various filters
Parameters (10)
bbox
(string, query, optional)
Bounding box as 'left,bottom,right,top'
closed
(boolean, query, optional)
Only closed changesets
display_name
(string, query, optional)
User display name
from
(string, query, optional)
Changesets created after this time
limit
(integer, query, optional, default: 100)
Maximum number of results (max 100)
Constraints: {'maximum': 100}
open
(boolean, query, optional)
Only open changesets
order
(string, query, optional, default: newest)
Sort order
Constraints: {'enum': ['newest', 'oldest']}
time
(string, query, optional)
Changesets closed after this time (ISO 8601)
to
(string, query, optional)
Changesets created before this time
user
(integer, query, optional)
User ID
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Query changesets by bounding box (San Francisco area) | curl |
https://api.openstreetmap.org/api/0.6/changesets?bbox=-122.5,37.7,-122.3,37.8&limit=50 |
|
| Query changesets by user and time range | curl |
https://api.openstreetmap.org/api/0.6/changesets?display_name=SteveCoast&from=2024-01-01T00:00:00Z&to=2024-02-01T00:00:00Z |
|
| Query open changesets with newest first | curl |
https://api.openstreetmap.org/api/0.6/changesets?open=true&order=newest&limit=20 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:32:06.125333 | 200 | 895ms | |
| 2026-03-23 10:21:59.883875 | 200 | 193ms | |
| 2026-03-23 09:48:40.174070 | 200 | 137ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:21:59.883875 | 08d6e7b3a4b1 |
43b06fa9ba71 |
| 2026-03-23 10:32:06.125333 | 43b06fa9ba71 |
f59e3cfdc9a1 |