Wikipedia / MediaWiki · Example Payload

Rest V1 Media Item Example

Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit

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

Top-level fields

titletypesection_idshowInGallerycaptionoriginal

Example Payload

Raw ↑
{
  "title": "Earth",
  "type": "image",
  "section_id": 9228,
  "showInGallery": true,
  "caption": {
    "html": "Earth",
    "text": "Earth"
  },
  "original": {
    "source": "Earth",
    "mime": "Earth"
  }
}