Wiktionary · JSON Structure

Mediawiki Action Api Query Extracts Response Structure

action=query&prop=extracts result.

Type: object Properties: 1
DictionariesOpen SourceWikimediaMediaWikiLinguisticsOpen DataPublic APIs

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

Properties

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-extracts-response-structure.json",
  "description": "action=query&prop=extracts result.",
  "type": "object",
  "properties": {
    "query": {
      "type": "object",
      "properties": {
        "pages": {
          "type": "object",
          "additionalProperties": {
            "$ref": "#/components/schemas/ExtractPage"
          }
        }
      }
    }
  },
  "name": "QueryExtractsResponse"
}