Wikimedia Enterprise docs
Wikimedia Enterprise API docs: search the guides, read every endpoint.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Wikimedia Enterprise API docs: search the guides, read every endpoint. Read-only, no account needed.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| search | Full-text search over the Wikimedia Enterprise API documentation: guide sections, endpoints and response models. Exact tokens work best (a field name such as `reference_risk_score`, a status code such as `429`, or a path such as `/v2/snapshots/{identifier}/download`). Returns ids to pass to `fetch`. |
| fetch | Full text for one id from `search`: `docs/<slug>` (a guide, as markdown; a `#section` suffix is accepted), `op/<operationId>` (one endpoint rendered from the OpenAPI definition) or `schema/<name>` (one response model). |
| list_endpoints | Every endpoint in the Wikimedia Enterprise OpenAPI definition, in reference order, with its technical title, its plain-language line and a link into the reference. Filter with a tag: authentication, codes, languages, projects, namespaces, batches, wikidata-batches, snapshots, wikidata-snapshots, structured-snapshots, articles, structured-contents, wikidata, realtime-articles, realtime-wikidata. |
| get_endpoint | The exact request and response shape of one endpoint, dereferenced from the OpenAPI definition (the source of truth), as structured JSON plus a markdown rendering. Identify it by `operationId`, or by `method` and `path`. |