GET page/html/{title}

unknown:wikipedia-rest-api

Summary: Get latest HTML for a title.
Operation ID:
Auth: unknown
Description

Stability: [stable](https://www.mediawiki.org/wiki/API_versioning#Stable)

Parameters (4)

Accept-Language (string, header, optional)

The desired language variant code for wikis where LanguageConverter is enabled. Example: `sr-el` for Latin transcription of the Serbian language.

redirect (boolean, query, optional)

Requests for [redirect pages](https://www.mediawiki.org/wiki/Help:Redirects) return HTTP 302 with a redirect target in `Location` header and content in the body. To get a 200 response instead, supply `false` to the `redirect` parameter.

stash (boolean, query, optional)

Whether to temporary stash data-parsoid metadata in order to support transforming the modified content later. If this parameter is set, requests are rate-limited on a per-client basis (max 5 requests per second per client)

title (string, path, required)

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

No probe data for this endpoint yet.