Wikidata Recent Changes
wikidata_recent_changesNewest items created or edited on Wikidata right now, from the live MediaWiki recent-changes feed. Answers "which Wikidata item was created most recently", "what QIDs were created today", "what changed on Wikidata in the last hour", "recent edits to Wikidata items". Returns each change newest-first with its Q-id, revision id, previous revision id, UTC timestamp, editing user, edit comment and byte size, plus a cursor for paging further back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Which changes to list: "new" for freshly created items (default), "edit" for edits to existing items, "all" for both. | |
| user | No | Only changes made by this Wikidata username (e.g. "Dsp13"). | |
| limit | No | Max changes to return (1-50, default 10). | |
| since | No | Stop at this UTC timestamp, ISO 8601 (e.g. "2026-08-22T00:00:00Z"). Listing runs newest-first back to this point. | |
| cursor | No | Continue token from a previous call's "cursor" field, to page further back in time. | |
| namespace | No | Wikidata namespace: 0 = items/Q-ids (default), 120 = properties/P-ids, 146 = lexemes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | How to get a result when found is false | |
| type | No | Which changes were listed: new, edit or all | |
| count | No | Number of changes returned | |
| found | Yes | Whether any changes matched | |
| cursor | No | Continue token to page further back in time, or null at the end | |
| reason | No | Machine-readable code when found is false (invalid_type, invalid_since, no_changes_in_window, or a Wikidata API error code) | |
| source | No | Upstream the rows came from | |
| changes | No | Changes newest-first | |
| namespace | No | Wikidata namespace listed (0 items, 120 properties, 146 lexemes) | |
| most_recent | No | Q-id of the most recent change, the first row | |
| most_recent_timestamp | No | UTC timestamp of that most recent change |