Wikipedia / MediaWiki · Example Payload

Wikimedia Enterprise Image Example

Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit

Wikimedia Enterprise Image Example is an example object payload from Wikipedia / MediaWiki, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

content_urlidentifiernamewidthheightthumbnailcaptionalternative_textencoding_formatmedia_type

Example Payload

Raw ↑
{
  "content_url": "https://upload.wikimedia.org/wikipedia/en/thumb/0/03/Flag_of_Italy.svg/40px-Flag_of_Italy.svg.png",
  "identifier": "6c71e85942c77b40266b6d6150405719897682f4b56989100f7c5de97fa631d0",
  "name": "./File:Flag_of_Italy.svg",
  "width": 156,
  "height": 255,
  "thumbnail": null,
  "caption": "Flag of Italy",
  "alternative_text": "a flag divided in three vertical sections colored green, white, and red from left to right",
  "encoding_format": "image/png",
  "media_type": "drawing"
}