Wikipedia / MediaWiki · Example Payload

Mediawiki Core Rest Search Result Example

Brief encyclopedic description.

Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit

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

Top-level fields

idkeytitleexcerptmatched_titledescriptionthumbnail

Example Payload

Raw ↑
{
  "id": 9228,
  "key": "Earth",
  "title": "Earth",
  "excerpt": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
  "matched_title": "Earth",
  "description": "Brief encyclopedic description.",
  "thumbnail": {
    "url": "https://en.wikipedia.org/wiki/Earth",
    "width": 9228,
    "height": 720,
    "mimetype": "image/jpeg"
  }
}