Wiktionary · JSON Structure

Mediawiki Action Api Extract Page Structure

ExtractPage schema from Wiktionary MediaWiki Action API

Type: object Properties: 4
DictionariesOpen SourceWikimediaMediaWikiLinguisticsOpen DataPublic APIs

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

Properties

pageid ns title extract

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-extract-page-structure.json",
  "description": "ExtractPage schema from Wiktionary MediaWiki Action API",
  "type": "object",
  "properties": {
    "pageid": {
      "type": "int32",
      "example": 12345
    },
    "ns": {
      "type": "int32",
      "example": 0
    },
    "title": {
      "type": "string",
      "example": "hello"
    },
    "extract": {
      "type": "string",
      "description": "Plain-text or limited-HTML extract.",
      "example": "A standard greeting; an expression of puzzlement or discovery."
    }
  },
  "name": "ExtractPage"
}