Wiktionary · JSON Structure

Core Rest Api History Count Response Structure

HistoryCountResponse schema from Wiktionary MediaWiki Core REST API

Type: object Properties: 2
DictionariesOpen SourceWikimediaMediaWikiLinguisticsOpen DataPublic APIs

HistoryCountResponse 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

count limit

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/core-rest-api-history-count-response-structure.json",
  "description": "HistoryCountResponse schema from Wiktionary MediaWiki Core REST API",
  "type": "object",
  "properties": {
    "count": {
      "type": "int32",
      "example": 412
    },
    "limit": {
      "type": "boolean",
      "description": "True if the count was capped (e.g., >10000).",
      "example": false
    }
  },
  "name": "HistoryCountResponse"
}