Wikipedia / MediaWiki · Example Payload

Mediawiki Core Rest File Example

Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit

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

Top-level fields

titlefile_description_urllatestpreferredoriginal

Example Payload

Raw ↑
{
  "title": "File:Earth_Eastern_Hemisphere.jpg",
  "file_description_url": "https://en.wikipedia.org/wiki/Earth",
  "latest": {
    "timestamp": "2026-05-29T18:21:47Z",
    "user": {
      "id": 9228,
      "name": "Earth"
    }
  },
  "preferred": {
    "mediatype": "BITMAP",
    "size": 12345,
    "width": 9228,
    "height": 720,
    "url": "https://en.wikipedia.org/wiki/Earth"
  },
  "original": {
    "mediatype": "BITMAP",
    "size": 12345,
    "width": 9228,
    "height": 720,
    "url": "https://en.wikipedia.org/wiki/Earth"
  }
}