/fandom/pages/revisions
List the revision history of a Fandom wiki page
Price: 5 credits per 500 results
💡 AI Hint: List the revision (edit) history of a Fandom (Wikia) wiki page. Pick the wiki by subdomain or URL and an optional language path segment, and the page by title, page id or URL. Optionally restrict to edits by a single editor, to a timestamp range, and choose to walk from newest to oldest or oldest to newest. Returns for each revision the revision id, parent revision id, the editor name, the edit comment, the resulting byte size, whether it is a minor edit, and the timestamp.
⚠️ Common errors: 412: Page or wiki not found
Authorizations
API token from the dashboard
Headers
Body
Wiki subdomain (e.g. harrypotter, minecraft) or a full wiki URL
1"harrypotter"
"minecraft"
"https://elderscrolls.fandom.com"
Page title, numeric page id, or a wiki page URL
1"Quidditch"
"13"
"https://harrypotter.fandom.com/wiki/Quidditch"
Number of revisions to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Language path segment for multilingual wikis (e.g. de, es, pl); empty for the default
8Only return revisions made by this editor
"Seth Cooper"
Only return revisions made at or after this ISO 8601 timestamp
"2020-01-01T00:00:00Z"
Only return revisions made at or before this ISO 8601 timestamp
"2024-01-01T00:00:00Z"
Walk revisions from newest to oldest (older) or oldest to newest (newer)
older, newer