Wikimedia Enterprise API
The Wikimedia Enterprise API provides high-volume, read-only access to Wikipedia and other supported Wikimedia projects.
This single specification covers all Wikimedia Enterprise APIs:
- Authentication (
auth.enterprise.wikimedia.com) - exchange credentials for JWT access and refresh tokens. - Metadata, Snapshot, and On-demand (
api.enterprise.wikimedia.com) - reference data, bulk downloads, and single-article lookups, plus Realtime (Batch) hourly files. - Realtime (
realtime.enterprise.wikimedia.com) - streaming article and Wikidata updates.
All data endpoints are read-only. Most accept either a GET request or a POST whose JSON body carries fields, filters, and limit to shape the response - the POST form never modifies data.
Authenticated endpoints expect a Bearer JWT access token in the Authorization header. Content is Wikimedia project text, licensed CC-BY-SA-4.0.