API
A free, public read API for BloxHub's game data.
BloxHub tracks live stats for roughly 900 Roblox games — concurrent players, visits, favorites, Roblox's own approval rating, and trending rank — sourced from Roblox's public APIs, plus daily historical snapshots for trend analysis. This same data is available as plain JSON below, free to use, no API key required.
Endpoints
/api/v1/gamesThe full tracked catalog, with each game's current live stats.
/api/v1/games/{slug}A single game's current stats, by its BloxHub slug (e.g. blox-fruits).
/api/v1/games/{slug}/history?days=30Daily historical snapshots for one game, oldest first. days defaults to 30, capped at 90.
Response shape
Every response includes an asOf (or days/countfor history) timestamp field. Fields are additive-only — existing field names and meanings won't change, though new fields may be added over time.
Caching & rate limits
- Live endpoints are cached ~60 seconds; historical snapshots ~5 minutes
- No API key or authentication required
- No hard rate limit today — please cache responses on your end rather than polling faster than the data actually changes
Attribution
Free to use for any purpose, commercial or otherwise. A link back to bloxhub.games is appreciated but not required. See also /llms.txt for a machine-readable summary of the whole site.