Wiktionary · Schema

RevisionItem

RevisionItem schema from Wiktionary Wikimedia REST API

DictionariesOpen-SourceWikimediaMediaWikiLinguisticsOpen DataPublic APIs

Properties

Name Type Description
title string
page_id integer
rev integer Revision id.
tid string
namespace integer
user_id integer
user_text string
timestamp string
comment string
tags array
restrictions array
page_language string
View JSON Schema on GitHub

JSON Schema

rest-api-revision-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wiktionary/refs/heads/main/json-schema/rest-api-revision-item-schema.json",
  "title": "RevisionItem",
  "description": "RevisionItem schema from Wiktionary Wikimedia REST API",
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "example": "hello"
    },
    "page_id": {
      "type": "integer",
      "example": 12345
    },
    "rev": {
      "type": "integer",
      "description": "Revision id.",
      "example": 7654321
    },
    "tid": {
      "type": "string",
      "example": "1c2d3e4f-aaaa-bbbb-cccc-ddddeeeeffff"
    },
    "namespace": {
      "type": "integer",
      "example": 0
    },
    "user_id": {
      "type": "integer",
      "example": 1
    },
    "user_text": {
      "type": "string",
      "example": "ExampleEditor"
    },
    "timestamp": {
      "type": "string",
      "format": "date-time",
      "example": "2025-03-15T14:30:00Z"
    },
    "comment": {
      "type": "string",
      "example": "typo fix"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": []
    },
    "restrictions": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": []
    },
    "page_language": {
      "type": "string",
      "example": "en"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/rest-api-revision-item"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.