wikimedia-pageviews

Fetch and analyze Wikipedia pageview data via SQL or REST API.

15|6|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/fuzheado/Wikipedia-AI-Skills --skill wikimedia-pageviews
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wikimedia-pageviews
Source: https://github.com/fuzheado/Wikipedia-AI-Skills/tree/main/.claude/skills/wikimedia-pageviews
Command: npx skills add https://github.com/fuzheado/Wikipedia-AI-Skills --skill wikimedia-pageviews

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies accessing and analyzing traffic and popularity statistics for Wikipedia articles, providing quick insights into article views and engagement.

Core Features & Use Cases

  • Page Views: Retrieve daily and historical views for articles.
  • Popularity Analysis: Compare page views to determine article popularity.
  • Use Case: Identify which articles have gained or lost popularity over time, or understand the engagement for specific categories or articles.

Quick Start

Use the 'wikimedia-pageviews' skill to retrieve the daily page views for the article '2024 Summer Olympics' from July 1st to August 1st, 2024.

Frequently Asked Questions about wikimedia-pageviews

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Wikipedia page views for a specific article over a custom date range?▼

You can retrieve Wikipedia page views by querying the REST API or cached SQL properties to fetch daily and historical traffic statistics for specific articles across defined time periods. The skill handles request formatting and returns structured view data for analysis.

Can I compare Wikipedia article popularity using traffic analytics data?▼

Yes, Wikipedia traffic analytics data allows you to compare page views across multiple articles to determine relative popularity. By fetching historical view counts, you can identify which articles have gained or lost engagement over time.

What's the best way to analyze traffic trends for Wikimedia articles across different projects?▼

Analyzing Wikimedia traffic trends is best done by fetching page view data via the REST API with proper User-Agent headers. This approach allows you to assess article performance and measure popularity across different Wikimedia projects systematically.

Do I need SQL queries to access Wikipedia pageview data, or can I use the REST API directly?▼

You can use either cached SQL properties or the REST API directly to access Wikipedia pageview data. Both methods require proper User-Agent headers for interaction, providing flexibility depending on whether you need cached results or real-time traffic statistics.

Does retrieving Wikipedia traffic statistics require any specific Python dependencies?▼

Retrieving Wikipedia traffic statistics requires the Python requests library to handle REST API interaction and data fetching. The skill manages the HTTP requests with appropriate User-Agent headers to ensure successful data retrieval from the Wikimedia endpoints.