> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rolearn.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Breakout Radar

> Popular Roblox games ranked by a blended visits + engagement score

Breakout Radar ranks games by overall popularity momentum, blending lifetime
reach with engagement so you see what's broadly winning, not just what's spiking
right now.

## How It Works

Games are scored as `visits × 0.7 + likes × 0.3`, then min-max normalized into a
0–1 popularity score. This complements [Trending](/features/trending-games)
(which ranks by current CCU) and [Emerging](/features/emerging) (which ranks by
early growth).

## API Endpoint

```
GET /api/breakout-radar
```

See [API Reference → Breakout Radar](/api-reference/breakout-radar).
