Developers
Build with BloxAtlas data. Access Roblox game statistics, historical data, and rankings through our free Public API.
Public API
Free access to indexed Roblox game data. Search games, get stats, view history, and browse curated rankings.
Base URL
https://bloxatlas.vercel.app//api/v1Rate Limit60 req/min
AuthNone required
Data Coverage
Our collector indexes thousands of Roblox games and tracks player counts over time.
Games Indexed2,300+
Snapshots Collected12,000+
Update FrequencyHourly
Endpoints
GET
/api/v1/gamesGET
/api/v1/games/{id}GET
/api/v1/games/{id}/historyGET
/api/v1/statsGET
/api/v1/rankingsResponse Format
Consistent JSON envelope with rate limit headers.
{
"success": true,
"games": [...],
"total": 2500,
"page": 1,
"limit": 20
}