POST transform/html/to/wikitext/{title}

unknown:wikipedia-rest-api

Summary: Transform HTML to Wikitext
Operation ID:
Auth: unknown
Description

Transform [Parsoid HTML](https://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec) to Wikitext. When converting pre-existing (possibly modified) content, you should pass in the `title`, `revision`, and `If-Match` header. This lets [Parsoid](https://www.mediawiki.org/wiki/Parsoid) preserve small syntactic variations in wikitext, which ensures that diffs are readable. - Stability: [stable](https://www.mediawiki.org/wiki/API_versioning#Stable) - Rate limit: 25 req/s

Parameters (2)

if-match (string, header, optional)

The `ETag` header of the original render indicating it's revision and timeuuid. Required if both `title` and `revision` parameters are present.

title (string, path, required)

Page title. Use underscores instead of spaces. Use percent-encoding. Example: `Main_Page`.

No probe data for this endpoint yet.