Skip to content

BloxAtlas

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 URLhttps://bloxatlas.vercel.app//api/v1
Rate Limit60 req/min
AuthNone required
View API Docs

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/games
GET/api/v1/games/{id}
GET/api/v1/games/{id}/history
GET/api/v1/stats
GET/api/v1/rankings

Response Format

Consistent JSON envelope with rate limit headers.

{
  "success": true,
  "games": [...],
  "total": 2500,
  "page": 1,
  "limit": 20
}