Wiktionary · JSON Structure

Mediawiki Action Api Query Revisions Response Structure

action=query&prop=revisions result containing page wikitext.

Type: object Properties: 2
DictionariesOpen SourceWikimediaMediaWikiLinguisticsOpen DataPublic APIs

QueryRevisionsResponse is a JSON Structure definition published by Wiktionary, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

batchcomplete query

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wiktionary/refs/heads/main/json-structure/mediawiki-action-api-query-revisions-response-structure.json",
  "description": "action=query&prop=revisions result containing page wikitext.",
  "type": "object",
  "properties": {
    "batchcomplete": {
      "type": "string",
      "example": ""
    },
    "query": {
      "type": "object",
      "properties": {
        "pages": {
          "type": "object",
          "description": "Map of pageid \u2192 page object.",
          "additionalProperties": {
            "$ref": "#/components/schemas/RevisionPage"
          }
        }
      }
    }
  },
  "name": "QueryRevisionsResponse"
}