Minecraft Multiplayer Analytics
A vestige of my work on the Hypixel Minecraft Network, Minetrack has spent almost a decade collecting Minecraft multiplayer player count statistics. I run the “official instances” at minetrack.me & bedrock.minetrack.me, but the software itself is open-source (although unmaintained and best described as a clump of Javascript). The historical data it collects is published into the public domain and available via data.minetrack.me.
A few libraries have been spun out of this work over the years, they are unmaintained but have remained functional and will likely continue to do so for much longer than expected.
- go-minecraftping a Go library for fetching server information
- mcping-js the same as above, but in Javascript