W with a small maginifying glass in the lower right corner
WikiStats

Disclaimer: WIP

Still work in progress :) Expect some bugs, errors, wrong data, ... :(
Using database backup info from 20240920 DATABASE is updating! More here

About

Data

The data is collected from the wikimedia dumps at: https://dumps.wikimedia.org/ or one of their mirrors. The dumps appear to be updated every month at the 20th and the first.

I hope to update this page monthly. It's likely that the results are slightly out of date for some pages though.

I expect to opensource this as soon as I get the backend to look presentable/understandable

Accessibility

Im trying to improve the accessibility of this website and make it mostly usable even without javascript. If you find something which works suboptimal please don't hesitate to inform me.

Technical

The frontend is built using AstroJS and is mostly static. For the interactive parts SolidJS is used. The (network) graph visualizations use Sigma.js in the background.

Finding the shortest path at shortest path works using a bidirectional breadth first search. In comparison to a normal bfs this drastically improves performance. Credits https://www.sixdegreesofwikipedia.com/ for this idea.

Attribution