Per-article pageviews across multiple language editions
Sugra-synthesised endpoint: fans out parallel per-article pageview calls against several Wikimedia language editions and merges the results into one response with per-project series. The Wikimedia API does not offer a cross-language aggregation for a single article - Sugra composes it server-side. The article title is applied identically across every requested project; callers should pass the local title per project when titles differ. Missing articles surface as found=false with an empty series rather than a hard error. Attribution: Wikimedia Foundation (CC0).
Query parameters
Article title applied identically across every requested project (URL form with underscores for spaces, case-sensitive).
Article title applied identically across every requested project (URL form with underscores for spaces, case-sensitive).
Comma-separated list of Wikimedia project domains (max 10).
Comma-separated list of Wikimedia project domains (max 10).
Access method filter (all-access, desktop, mobile-app, mobile-web).
Access method filter (all-access, desktop, mobile-app, mobile-web).
User-agent class filter (all-agents, user, spider, automated).
User-agent class filter (all-agents, user, spider, automated).
Aggregation granularity (daily or monthly).
Aggregation granularity (daily or monthly).
Earliest date to include (ISO 8601 YYYY-MM-DD, inclusive).
Earliest date to include (ISO 8601 YYYY-MM-DD, inclusive).
Latest date to include (ISO 8601 YYYY-MM-DD, inclusive).
Latest date to include (ISO 8601 YYYY-MM-DD, inclusive).
Response
Per-project pageview series for the requested article across language editions.
Example response
{
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}