How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC
Wiktionary website screenshot

Wiktionary

Wiktionary is the free, collaborative multilingual dictionary project of the Wikimedia Foundation, the dictionary sibling of Wikipedia. Programmatic access is exposed through the MediaWiki Action API at en.wiktionary.org/w/api.php, the older Wikimedia REST API at en.wiktionary.org/api/rest_v1/ (which provides Wiktionary-specific endpoints like /page/definition/{term}), and the newer MediaWiki Core REST API at en.wiktionary.org/w/rest.php. All Wiktionary content is licensed CC BY-SA 4.0 (and GFDL) and hosted by the Wikimedia Foundation.

agent ready

Real signal across most facets with visible, nameable gaps — the contract exists but is thin, or the portal is good while governance and commercial terms are absent.

Kin Score

API Evangelist profiles Wiktionary the way a machine reads it — 166 machine-readable artifacts across 11 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.

Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — Wiktionary scores 52.0/100 (developing), with a separate agent-readiness read of 33/100 (agent ready). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.

Kin Score

This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance. Every facet and dimension name is a link: it opens that measurement's page on APIs.io, where the rating runs across the whole catalog — the exact checks that feed it, how every profiled provider distributes on it, and who is at the top of it.

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Wiktionary Kin Score — API readiness rating by API Evangelist

Put this on your own site. The badge is drawn live from Wiktionary's current Kin Score — paste it once and it updates itself every time the score is recomputed. It follows your visitor's light or dark setting, and it links back here so anyone who sees it can read the full breakdown.

<!-- Kin Score · API Evangelist -->
<a href="https://providers.apievangelist.com/providers/wiktionary/"
   title="Wiktionary on API Evangelist — API profile and Kin Score">
  <img src="https://apis.io/badge/wiktionary.svg"
       alt="Wiktionary Kin Score — API readiness rating by API Evangelist" width="150" height="150" loading="lazy">
</a>

More shapes, themes and sizes → · Score as JSON · How badges work

How we profile Wiktionary

Each block below is one kind of artifact we hold for Wiktionary. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.

APIs 11

Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.

Individual APIs this provider publishes, each with its own machine-readable definition.

Wiktionary Definition API

Wiktionary-specific structured multilingual definition endpoint

Wiktionary ExpandTemplates API

action=expandtemplates — Expand wikitext templates server-side

Wiktionary File API

File and media metadata

Wiktionary History API

Page history and revision details

Wiktionary OpenSearch API

action=opensearch — OpenSearch suggestions protocol

Wiktionary Page API

Page content, source, and HTML

Wiktionary Page Content API

Page HTML, summary, title metadata, and mobile-optimised HTML

Wiktionary Parse API

action=parse — Render wikitext to HTML and parse section trees

Wiktionary Query API

action=query — Fetch wikitext, extracts, revisions, and search results

Wiktionary Search API

Title-prefix and full-text search

Wiktionary Transform API

Parsoid wikitext ↔ HTML transforms and lint

Scroll within the panel for all 11 ·

Postman Collections 11

A runnable collection turns the contract into something a developer can execute in seconds. We profile them because the fastest way to trust an API is to make a real call against it.

Ready-to-run Postman collections for exercising this provider's APIs.

Scroll within the panel for all 11 ·

Open Collections 12

Open, tool-agnostic collections carry the same runnable value as Postman without locking you to one client — the portable, forkable form of the same exercise.

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Scroll within the panel for all 12 ·

Features 9

The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.

Notable capabilities this provider offers.

Multilingual Definitions

/page/definition/{term} returns dictionary entries broken down by source language, part of speech, definitions, and usage examples in structured JSON.

Wikitext Access

action=query&prop=wikitext returns raw wikitext for any page, enabling clients to build their own parsers and extractors.

Rendered HTML

/page/html/{title} and action=parse return Parsoid-generated HTML suitable for direct rendering in client apps.

OpenSearch Suggestions

action=opensearch implements the OpenSearch suggestions protocol so Wiktionary can power autocomplete in any search UI.

Full-Text Search

action=query&list=search and /v1/search/page expose the same ElasticSearch-backed full-text search Wiktionary uses internally.

Page Revisions and History

Both APIs expose full revision history, supporting time-travel reads and change-detection workflows.

Wikitext ↔ HTML Transforms

Parsoid /transform/* endpoints convert between wikitext and HTML round-trip-safely, useful for visual editors and bots.

OAuth 2.0 and BotPasswords

Authenticated calls support OAuth 2.0 (via api.wikimedia.org), legacy OAuth 1.0a, and BotPassword scoped credentials.

CC BY-SA 4.0 License

All Wiktionary content can be reused for any purpose with attribution and share-alike, including in commercial AI training corpora.

Scroll within the panel for all 9 ·

Semantic Vocabularies 3

JSON-LD contexts give the data shared meaning across APIs. We profile them because semantics are what let a machine reconcile 'customer' here with 'customer' somewhere else.

JSON-LD contexts and semantic vocabularies used across these APIs.

Wiktionary Core Rest Api Context

10 classes · 34 properties

JSON-LD

Wiktionary Mediawiki Action Api Context

12 classes · 28 properties

JSON-LD

Wiktionary Rest Api Context

10 classes · 36 properties

JSON-LD

Spectral Rules 2

Governance rulesets we run against this provider's specs — the automated checks behind parts of the score. Profiling them makes the quality bar explicit and re-runnable, not a matter of opinion.

Wiktionary API Rules

6 rules · 5 warnings

SPECTRAL

Wiktionary API Rules

47 rules · 14 errors · 22 warnings

SPECTRAL

JSON Schema 32

Standalone JSON Schema definitions describe the data models behind the API. We profile them so the shapes are validatable on their own — useful long after a single request is forgotten.

Standalone JSON Schema definitions for this provider's data models.

FileMetadata

5 properties

JSON SCHEMA

HistoryCountResponse

2 properties

JSON SCHEMA

HistoryResponse

4 properties

JSON SCHEMA

LatestRevision

2 properties

JSON SCHEMA

LicenseInfo

2 properties

JSON SCHEMA

PageSourceResponse

7 properties

JSON SCHEMA

PageWithHtmlResponse

8 properties

JSON SCHEMA

RevisionDetail

10 properties

JSON SCHEMA

SearchPage

7 properties

JSON SCHEMA

SearchResponse

1 properties

JSON SCHEMA

ActionApiResponse

6 properties

JSON SCHEMA

ExpandTemplatesResponse

1 properties

JSON SCHEMA

ExtractPage

4 properties

JSON SCHEMA

OpenSearchResponse

0 properties

JSON SCHEMA

ParseResponse

1 properties

JSON SCHEMA

ParseSection

7 properties

JSON SCHEMA

QueryExtractsResponse

1 properties

JSON SCHEMA

QueryRevisionsResponse

2 properties

JSON SCHEMA

QuerySearchResponse

3 properties

JSON SCHEMA

RevisionPage

4 properties

JSON SCHEMA

Revision

3 properties

JSON SCHEMA

SearchHit

7 properties

JSON SCHEMA

ContentUrls

2 properties

JSON SCHEMA

DefinitionEntry

3 properties

JSON SCHEMA

DefinitionResponse

0 properties

JSON SCHEMA

HtmlTransformRequest

2 properties

JSON SCHEMA

LanguageEntry

3 properties

JSON SCHEMA

LintError

4 properties

JSON SCHEMA

PageSummary

8 properties

JSON SCHEMA

RevisionItem

12 properties

JSON SCHEMA

RevisionMetadata

1 properties

JSON SCHEMA

WikitextTransformRequest

3 properties

JSON SCHEMA

Scroll within the panel for all 32 ·

JSON Structure 32

JSON Structure captures the data shapes in a form built for tooling — a complement to JSON Schema that keeps the model machine-legible.

JSON Structure definitions describing this provider's data shapes.

Core Rest Api File Metadata Structure

5 properties

JSON STRUCTURE

Core Rest Api History Response Structure

4 properties

JSON STRUCTURE

Core Rest Api Latest Revision Structure

2 properties

JSON STRUCTURE

Core Rest Api License Info Structure

2 properties

JSON STRUCTURE

Core Rest Api Revision Detail Structure

10 properties

JSON STRUCTURE

Core Rest Api Search Page Structure

7 properties

JSON STRUCTURE

Core Rest Api Search Response Structure

1 properties

JSON STRUCTURE

Mediawiki Action Api Revision Structure

3 properties

JSON STRUCTURE

Mediawiki Action Api Search Hit Structure

7 properties

JSON STRUCTURE

Rest Api Content Urls Structure

2 properties

JSON STRUCTURE

Rest Api Definition Entry Structure

3 properties

JSON STRUCTURE

Rest Api Definition Response Structure

0 properties

JSON STRUCTURE

Rest Api Html Transform Request Structure

2 properties

JSON STRUCTURE

Rest Api Language Entry Structure

3 properties

JSON STRUCTURE

Rest Api Lint Error Structure

4 properties

JSON STRUCTURE

Rest Api Page Summary Structure

8 properties

JSON STRUCTURE

Rest Api Revision Item Structure

12 properties

JSON STRUCTURE

Rest Api Revision Metadata Structure

1 properties

JSON STRUCTURE

Scroll within the panel for all 32 ·

Examples 31

Real request and response payloads are what turn a spec from abstract into obvious — and they're one of the twelve things an agent needs to call an API correctly on the first try.

Example request and response payloads for these APIs.

Scroll within the panel for all 31 ·

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Wiktionary Authentication

http/oauth2 · 2 schemes

SECURITY

Wiktionary Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Wiktionary Vulnerability Disclosure

security.txt · contact published

SECURITY

Scopes 1

OAuth scopes are the vocabulary of least-privilege access. Profiling them shows exactly what an integration — or an agent acting on a user's behalf — is allowed to do.

OAuth scopes governing access to this provider's APIs.

Wiktionary Scopes

3 scopes · authorizationCode

3 scopes

SCOPES

Agentic Access 1

An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.

Recommended x-agentic-access execution contracts for AI agents.

Wiktionary Agentic Access

24 operations · 3 acting

24 operations · 3 acting

AGENTIC

Use Cases 8

What developers actually build with this provider — captured so the catalogue answers 'what is this for', not just 'what does this expose'.

What developers build with this provider.

Dictionary Apps

Embed definitions, etymologies, pronunciations, and translations directly into mobile or desktop dictionary apps.

Language-Learning Tools

Power vocabulary lookups, flashcards, and reading-assistance browser extensions for learners of any language.

NLP and Linguistics Datasets

Use bulk wikitext dumps and the definition API to build morphology, inflection, and word-sense datasets for NLP research.

Translation Memory

Mine cross-language Wiktionary translation tables to seed bilingual dictionaries and translation memories.

Spell-Checkers and Tokenizers

Use the OpenSearch and search endpoints to validate word existence and segment text in tokenizers.

AI Grounding and RAG

Retrieve authoritative definitions to ground LLM responses about word meaning, etymology, and usage.

Crossword and Game Generation

Generate clues, anagrams, and puzzle answers from Wiktionary's definitions and word lists.

Linguistic Research

Query etymologies, declensions, pronunciations, and historical usage across hundreds of languages.

Scroll within the panel for all 8 ·

Integrations 7

Pre-built integrations with other platforms tell you where this provider already fits in a stack.

Pre-built integrations with other platforms and tools.

Wikipedia

Shares infrastructure, accounts, and most APIs with Wikipedia; both run on MediaWiki under the Wikimedia Foundation.

Wikidata

Wiktionary lexemes are increasingly linked to structured Wikidata lexeme entities (Lexeme namespace, Q-IDs, L-IDs).

Wikimedia Commons

Pronunciation audio files and images embedded in Wiktionary pages live on Commons and are reachable via the same APIs.

Pywikibot

The reference bot framework for automated edits, dumps, and maintenance scripts against Wiktionary.

Wikimedia Enterprise

Commercial high-volume snapshots of Wikimedia content (Wikipedia first, with broader project coverage expanding); useful when REST rate limits are insufficient.

Toolforge

Wikimedia-hosted PaaS for community tools that consume the Wiktionary APIs at scale without bringing your own infrastructure.

Hugging Face Datasets

Pre-processed Wiktionary dumps are available on Hugging Face for immediate use in ML training pipelines.

Scroll within the panel for all 7 ·

Solutions 3

Packaged solutions the provider offers on top of the raw API surface.

Packaged solutions this provider offers.

Free Public APIs

The MediaWiki Action API, Wikimedia REST API, and MediaWiki Core REST API are all free to use without registration, subject to the 200 req/s shared limit and User-Agent requirem...

Bulk Dumps

dumps.wikimedia.org provides full XML and SQL exports of every Wikimedia project, refreshed at least monthly; the preferred channel for whole-corpus processing.

Wikimedia Enterprise

Paid SLA-backed snapshots and streaming APIs for commercial reusers who need throughput, freshness, or attribution guarantees beyond what the free APIs provide.

Resources

Every other property we hold for Wiktionary — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Company 2

The organization behind the API

← All providers · Data indexed from github.com/api-evangelist/wiktionary · machine-readable index on apis.io

Where this information came from

This is an independent, third-party profile of Wiktionary, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.