Wiktionary · JSON Structure

Mediawiki Action Api Expand Templates Response Structure

action=expandtemplates result.

Type: object Properties: 1
DictionariesOpen SourceWikimediaMediaWikiLinguisticsOpen DataPublic APIs

ExpandTemplatesResponse 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

expandtemplates

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-expand-templates-response-structure.json",
  "description": "action=expandtemplates result.",
  "type": "object",
  "properties": {
    "expandtemplates": {
      "type": "object",
      "properties": {
        "wikitext": {
          "type": "string",
          "description": "Wikitext after template expansion.",
          "example": "A standard greeting."
        }
      }
    }
  },
  "name": "ExpandTemplatesResponse"
}