{ "opencollection": "1.0.0", "info": { "name": "MediaWiki Action articles Revisions API", "version": "1.45" }, "items": [ { "info": { "name": "Revisions", "type": "folder" }, "items": [ { "info": { "name": "MediaWiki Core REST Get Revision with HTML Link", "type": "http" }, "http": { "method": "GET", "url": "https://en.wikipedia.org/w/revision/:id", "params": [ { "name": "id", "value": "1356767710", "type": "path", "description": "Revision identifier" } ] }, "docs": "Retrieve a revision and a link to its rendered HTML." }, { "info": { "name": "MediaWiki Core REST Get Revision Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://en.wikipedia.org/w/revision/:id/bare", "params": [ { "name": "id", "value": "1356767710", "type": "path", "description": "Revision identifier" } ] }, "docs": "Retrieve revision metadata without source or HTML." }, { "info": { "name": "MediaWiki Core REST Get Revision Wikitext Source", "type": "http" }, "http": { "method": "GET", "url": "https://en.wikipedia.org/w/revision/:id/source", "params": [ { "name": "id", "value": "1356767710", "type": "path", "description": "Revision identifier" } ] }, "docs": "Retrieve the wikitext source for a specific revision." }, { "info": { "name": "MediaWiki Core REST Get Revision as HTML", "type": "http" }, "http": { "method": "GET", "url": "https://en.wikipedia.org/w/revision/:id/html", "params": [ { "name": "id", "value": "1356767710", "type": "path", "description": "Revision identifier" } ] }, "docs": "Retrieve the rendered HTML for a specific revision." }, { "info": { "name": "MediaWiki Core REST Get Revision Metadata and HTML", "type": "http" }, "http": { "method": "GET", "url": "https://en.wikipedia.org/w/revision/:id/with_html", "params": [ { "name": "id", "value": "1356767710", "type": "path", "description": "Revision identifier" } ] }, "docs": "Retrieve revision metadata together with rendered HTML." }, { "info": { "name": "MediaWiki Core REST Compare Two Revisions", "type": "http" }, "http": { "method": "POST", "url": "https://en.wikipedia.org/w/revision/:from/compare/:to", "params": [ { "name": "from", "value": "", "type": "path", "description": "From revision ID" }, { "name": "to", "value": "", "type": "path", "description": "To revision ID" } ] }, "docs": "Produce a structured diff between two revisions of the same page." } ] } ], "bundled": true }