top_reads
Retrieve the most-read Wikipedia articles for a given date, with non-content pages filtered out. Use it to see what readers are viewing now, in any supported language.
Instructions
Get the most-read articles on Wikipedia for a given date. Uses Wikimedia's top-pageviews endpoint (all-access, daily). Default date is yesterday UTC (today's data is typically not yet finalized). Filters out non-content namespaces (Main_Page, Special:Search, Portal:Current_events, Wikipedia:*, etc.) so the result is real articles only. Pairs with pageviews (per-article over a range) for trending-vs-popular comparisons — top_reads answers 'what is everyone reading right now' while pageviews answers 'how is this specific article trending'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date in YYYYMMDD (default: yesterday UTC) | |
| lang | No | Wikipedia language code (default 'en') | en |
| limit | No | Max articles to return (default 10, max 50) |