Wikipedia / MediaWiki · Example Payload

Mediawiki Core Rest Page Example

Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit

Mediawiki Core Rest Page Example is an example object payload from Wikipedia / MediaWiki, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idkeytitlelatestcontent_modellicensehtml_urlsourcehtml

Example Payload

Raw ↑
{
  "id": 9228,
  "key": "Earth",
  "title": "Earth",
  "latest": {
    "id": 1356767710,
    "timestamp": "2026-05-29T18:21:47Z"
  },
  "content_model": "wikitext",
  "license": {
    "url": "https://creativecommons.org/licenses/by-sa/4.0/",
    "title": "Creative Commons Attribution-Share Alike 4.0"
  },
  "html_url": "https://en.wikipedia.org/wiki/Earth",
  "source": "Earth",
  "html": "Earth"
}