v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Global News and Media

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).

get/api/v1/news/wikipedia/pageviews/languages-compare

Query parameters

articlestring required

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).

projectsstring

Comma-separated list of Wikimedia project domains (max 10).

Comma-separated list of Wikimedia project domains (max 10).

accessstring

Access method filter (all-access, desktop, mobile-app, mobile-web).

Access method filter (all-access, desktop, mobile-app, mobile-web).

agentstring

User-agent class filter (all-agents, user, spider, automated).

User-agent class filter (all-agents, user, spider, automated).

granularitystring

Aggregation granularity (daily or monthly).

Aggregation granularity (daily or monthly).

start_datestring required

Earliest date to include (ISO 8601 YYYY-MM-DD, inclusive).

Earliest date to include (ISO 8601 YYYY-MM-DD, inclusive).

end_datestring required

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"
    ]
  }
}