metadata
language:
- en
license: cc-by-4.0
tags:
- roblox
- games
- analytics
- genre
pretty_name: Roblox Games Dataset
🎮 Roblox Games Dataset
Cleaned dataset of Roblox games collected via the Roblox public API.
Configurations (Subsets)
This dataset contains two configurations with different schemas:
| Configuration | Description |
|---|---|
default |
Cleaned game records (Main Data) |
genre_summary |
Aggregated statistics per genre |
Fields (default config)
| Field | Type | Description |
|---|---|---|
universe_id |
int | Roblox Universe ID (primary key) |
place_id |
int | Root Place ID |
name |
string | Game name |
genre |
string | Game genre |
creator_type |
string | User / Group |
creator_name |
string | Creator name |
visits |
int | Total visits |
playing |
int | CCU at capture time |
favorited_count |
int | Total favorites |
up_votes |
int | Likes |
down_votes |
int | Dislikes |
like_ratio |
float | upVotes / totalVotes |
ccu_visit_ratio |
float | playing / visits × 100 |
engagement_score |
float | Normalized score 0–1 |
age_days |
int | Days since created |
is_paid |
int | 1 = paid access |
captured_at_ts |
string | Data capture timestamp (UTC) |
Top Genres by CCU
| Genre | Games | Total CCU | Avg Visits |
|---|---|---|---|
| Town and City | 29 | 330,896 | 405,174,471 |
| RPG | 16 | 174,196 | 485,618,535 |
| Adventure | 33 | 102,558 | 445,817,130 |
| Comedy | 21 | 80,549 | 436,335,062 |
| Fighting | 26 | 79,450 | 489,336,853 |
Source
Collected from:
Last updated: 2026-05-04