Wikipedia / MediaWiki · Example Payload

Rest V1 Revision Info Example

Earth

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

Top-level fields

titlepage_idrevtidcommentrestrictionstagsuser_iduser_texttimestampredirectpage_language

Example Payload

Raw ↑
{
  "title": "Earth",
  "page_id": 9228,
  "rev": 42,
  "tid": "Earth",
  "comment": "Initial revision.",
  "restrictions": [
    "Earth"
  ],
  "tags": [
    "Earth"
  ],
  "user_id": 9228,
  "user_text": "Earth",
  "timestamp": "2026-05-29T18:21:47Z",
  "redirect": true,
  "page_language": "en"
}