keyword source · wikipedia

Wikipedia Trends API

Wikipedia page views for any topic as a normalized time series, growth rates, and the live most-viewed articles feed. One of the cleanest public-attention signals available, as JSON.

get_growth · wikipedia
# one POST, every source
POST https://api.trendsapi.ai/api
Authorization: Bearer YOUR_API_KEY

{ "mode": "get_growth",
  "source": "wikipedia",
  "keyword": "artificial intelligence",
  "percent_growth": ["3M", "12M"] }
200 OKnormalized 0-100
response
  {
    "search_term": "artificial intelligence",
    "data_source": "wikipedia",
    "results": [
      {
        "period": "3M",
        "growth": 6.8,
        "direction": "increase"
      },
      {
        "period": "12M",
        "growth": 44.5,
        "direction": "increase"
      }
    ]
  }
application/jsontimestamped
Why it exists

Wikipedia trend data, without the plumbing

Wikipedia page views are driven by active curiosity rather than algorithmic feeds, which makes them an unusually clean proxy for genuine public attention. When a company, technology or event starts mattering to people, its Wikipedia traffic moves.

The Wikimedia Pageviews API returns raw counts you must normalize and window yourself. Trends API returns a rescaled 0-100 series with growth already computed, in the same response shape as the other 14 sources, so comparing Wikipedia attention against Google search interest takes one line of code.

Use cases

What people build with it

Investment research

Rising page views on a company or technology as an attention signal.

PR measurement

Check whether coverage actually moved public attention, not just impressions.

Research

Track when a topic enters public consciousness and how long it stays.

Editorial

See what the world is looking up right now via the trending feed.

Comparison

How it compares

Wikimedia Pageviews APITrends API
Normalizationraw counts, DIY0-100 score, done
Growth ratescompute yourself3M/6M/12M/5Y built in
Trending feedseparate endpointincluded, one call
Cross-source comparenosame scale as 14 other sources
Free tierfree, rate limited100 requests/month
Three modes, one endpoint
get_time_series

Historical trend series for a keyword on this source, normalized 0-100.

get_growth

Growth percentages over 3M / 6M / 12M / 5Y windows.

get_top_trends

21 live trending feeds across platforms, no keyword needed.

FAQ

Common questions

What Wikipedia data does Trends API provide?

Page view volume for any article or topic as a normalized time series, growth percentages over 3M/6M/12M/5Y windows, and the live Wikipedia Trending feed of most-viewed articles today.

Why use this instead of the Wikimedia Pageviews API?

The Wikimedia API returns raw counts you must normalize and window yourself. Trends API returns a rescaled 0-100 series with growth already computed, in the same shape as 14 other sources.

Is Wikipedia attention a good proxy for real-world interest?

It is one of the cleaner ones: page views are driven by active curiosity rather than algorithmic feeds, so spikes usually reflect genuine public attention events.

How fresh is the trending feed?

Updated through the day. Every response includes its own timestamp.

Can I compare a topic's Wikipedia attention with Google search interest?

Yes. Query both sources with the same keyword and compare normalized scores directly.

Keep exploring

Related trend sources

Start pulling Wikipedia trends in 60 seconds.

100 requests a month free. No credit card, no sales call. One key works for every source.

Get a free API key