Wiktionary · JSON Structure

Rest Api Content Urls Structure

ContentUrls schema from Wiktionary Wikimedia REST API

Type: object Properties: 2
DictionariesOpen SourceWikimediaMediaWikiLinguisticsOpen DataPublic APIs

ContentUrls 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

desktop mobile

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/rest-api-content-urls-structure.json",
  "description": "ContentUrls schema from Wiktionary Wikimedia REST API",
  "type": "object",
  "properties": {
    "desktop": {
      "type": "object",
      "properties": {
        "page": {
          "type": "uri",
          "example": "https://en.wiktionary.org/wiki/hello"
        }
      }
    },
    "mobile": {
      "type": "object",
      "properties": {
        "page": {
          "type": "uri",
          "example": "https://en.m.wiktionary.org/wiki/hello"
        }
      }
    }
  },
  "name": "ContentUrls"
}