search_changesets
Search OpenStreetMap changesets using filters like user, location, time, or status to track map edits and contributions.
Instructions
Search for changesets with various filters
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Filter by username (string) or user ID (number). Username is more commonly used. | |
| display_name | No | Deprecated: Use "user" parameter instead. Filter by user display name for backward compatibility. | |
| bbox | No | Bounding box to search within | |
| time | No | Time filter (ISO 8601 format or comma-separated range) | |
| open | No | Filter for open changesets only | |
| closed | No | Filter for closed changesets only | |
| changesets | No | Specific changeset IDs to retrieve | |
| limit | No | Maximum number of results (default: 10) |