/v1/page-history
An article's revision history
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
curl "https://api.oanor.com/wikiedits-api/v1/page-history" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/wikiedits-api/v1/page-history", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/wikiedits-api/v1/page-history");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/wikiedits-api/v1/page-history",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"url": "https://en.wikipedia.org/wiki/Wikipedia",
"lang": "en",
"count": 25,
"title": "Wikipedia",
"pageid": 5043734,
"revisions": [
{
"size": 336677,
"user": "Whyiseverythingalreadyused",
"revid": 1358380829,
"comment": "+ link to [[#Restrictions]] in registration efn",
"is_minor": false,
"timestamp": "2026-06-08T09:28:59Z"
},
{
"size": 336660,
"user": "AnomieBOT",
"revid": 1357563405,
"comment": "Rescuing orphaned refs (\":0\" from rev 1357532903)",
"is_minor": false,
"timestamp": "2026-06-03T10:45:26Z"
},
{
"size": 336130,
"user": "InternetArchiveBot",
"revid": 1357561524,
"comment": "Rescuing 2 sources and tagging 1 as dead.) #IABot (v2.0.9.5) ([[User:Tomkozak61|Tomkozak61]] - 29362",
"is_minor": false,
"timestamp": "2026-06-03T10:26:18Z"
},
{
"size": 336289,
"user": "OzmoOzmo",
"revid": 1357532903,
"comment": null,
"is_minor": true,
"timestamp": "2026-06-03T05:11:37Z"
},
{
"size": 336278,
"user": "Felinaex",
"revid": 1357469688,
"comment": "dummy edit",
"is_minor": true,
"timestamp": "2026-06-02T21:05:59Z"
},
{
"size": 336277,
"user": "Gråbergs Gråa Sång",
"revid": 1357378261,
"comment": "/* Reception */ ill",
"is_minor": true,
"timestamp": "2026-06-02T08:06:33Z"
},
{
"size": 336271,
"user": "Orenburg1",
"revid": 1357377712,
"comment": "/* Coverage of topics and systemic bias */ ce",
"is_minor": true,
"timestamp": "2026-06-02T07:59:38Z"
},
{
"size": 336275,
"user": "SarekOfVulcan",
"revid": 1357328224,
"comment": "/* Accuracy of content */ another typo from the same edit",
"is_minor": false,
"timestamp": "2026-06-02T01:08:39Z"
},
{
"size": 336275,
"user": "Meters",
"revid": 1357325912,
"comment": "/* Coverage of topics and systemic bias */ another typo from the same edit",
"is_minor": false,
"timestamp": "2026-06-02T00:48:26Z"
},
{
"size": 336276,
"user": "Meters",
…