Wikimedia Enterprise docs
Wikimedia Enterprise API docs: search the guides, read every endpoint.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Wikimedia Enterprise API docs: search the guides, read every endpoint. Read-only, no account needed.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| 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`. |