Wikipedia / MediaWiki · JSON Structure

Mediawiki Core Rest Language Link Structure

LanguageLink schema from MediaWiki Core REST API

Type: object Properties: 3
Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit

LanguageLink is a JSON Structure definition published by Wikipedia / MediaWiki, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

code name key

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/wikipedia/refs/heads/main/json-structure/mediawiki-core-rest-language-link-structure.json",
  "name": "LanguageLink",
  "description": "LanguageLink schema from MediaWiki Core REST API",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "example": "de",
      "description": "Language code"
    },
    "name": {
      "type": "string",
      "example": "Erde"
    },
    "key": {
      "type": "string",
      "example": "Erde"
    }
  }
}