GET /api/rest_v1/page/html/{title}
Summary: Get page HTML content
Operation ID: getPageHtml
Auth: unknown
Operation ID: getPageHtml
Auth: unknown
Description
Returns the HTML content of a Wikipedia page.
Parameters (1)
title
(string, path, required)
Page title (URL-encoded)
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Get HTML for Python page | curl |
https://en.wikipedia.org/api/rest_v1/page/html/Python |
|
| Get HTML for API page | curl |
https://en.wikipedia.org/api/rest_v1/page/html/API |
|
| Get HTML for Machine learning page (underscore in title) | curl |
https://en.wikipedia.org/api/rest_v1/page/html/Machine_learning |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:49:09.816731 | 200 | 257ms | |
| 2026-03-23 10:42:46.077360 | 200 | 386ms | |
| 2026-03-23 09:45:43.975446 | 200 | 419ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:42:46.077360 | c126693f45d5 |
0b1404e82edf |
| 2026-03-23 10:49:09.816731 | 0b1404e82edf |
c1666413f575 |