Get Revision Deltas
get /wikimedia/revisions/{identifier}
Delta-encoded revision history for one article.
Returns one entry per revision. The first revision (revision_idx=0) contains the full token map. Subsequent revisions contain only changed tokens (value 0 = token removed).
Path Parameters
identifier
string requiredResponse
revisions
arrayOrdered revision history (oldest first). First entry is the full token map; subsequent entries contain only changed tokens.
curl -X GET http://localhost:8000/wikimedia/revisions/{identifier} \