> ## 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.

# Trending Games

> Track trending Roblox games in real time — discover which games are gaining players with ML-powered CCU rankings and genre filters

The Trending Games page surfaces the most popular Roblox games ranked by current concurrent users (CCU), updated continuously throughout the day.

## How It Works

RoLearn continuously monitors thousands of Roblox games, tracking concurrent player counts and engagement metrics in real time. Our proprietary ranking algorithm surfaces games that are gaining momentum, helping you spot trends early.

Each game receives a **trend score** reflecting its current momentum relative to the broader market — the higher the score, the stronger the trend signal.

## Features

<CardGroup cols={2}>
  <Card title="Time Periods" icon="clock">
    Filter by 1h, 6h, 24h, 7d, or 30d windows to see what's trending now vs. what's been growing steadily.
  </Card>

  <Card title="Genre Filters" icon="filter">
    Narrow results to specific genres like Simulator, RPG, Tycoon, Horror, and more.
  </Card>

  <Card title="CCU Charts" icon="chart-line">
    Inline sparkline charts show CCU trajectory at a glance.
  </Card>

  <Card title="Breakout Radar" icon="radar">
    Separate view that combines visit growth and player engagement signals to find games gaining momentum beyond just CCU.
  </Card>
</CardGroup>

## How to Use Trending Games

1. **Browse the rankings** — Games are sorted by trend score. Look for high scores with upward sparklines.
2. **Filter by genre** — Narrow to your genre to see what competitors are doing.
3. **Switch time periods** — A game trending in 1h but not 7d is a fresh spike. A game trending in 7d is sustained growth.
4. **Click any game** — Open the full [Game Intelligence](/features/game-benchmarking) page for deep-dive analytics, forecasts, and clone analysis.
5. **Track games** — Add promising games to your watchlist for ongoing monitoring and [alerts](/guides/setting-alerts).

## API Endpoint

```
GET /api/trending?period=24h&genre=simulator&limit=50
```

See [API Reference → Trending](/api-reference/trending) for full details.

## Plan Limits

| Plan     | Games Returned |
| -------- | :------------: |
| Explorer |       10       |
| Builder  |       50       |
| Studio   |    Unlimited   |

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="How often is Roblox trending data updated?">
    Trending data is refreshed continuously throughout the day, so you're always seeing the latest player counts and trend signals.
  </Accordion>

  <Accordion title="How does RoLearn rank trending games?">
    Games are ranked using a proprietary trend score that factors in current player activity and momentum. Higher scores indicate stronger trend signals.
  </Accordion>

  <Accordion title="What's the difference between Trending and Breakout Radar?">
    Trending ranks games by current player count and momentum. Breakout Radar uses a different algorithm that combines visit growth with engagement signals to find games gaining traction that pure CCU rankings might miss.
  </Accordion>

  <Accordion title="Can I filter Roblox trends by genre?">
    Yes — use the genre filter to narrow results to Simulator, RPG, Tycoon, Horror, Obby, Social, Fighting, and more. This is especially useful for competitive research in your specific niche.
  </Accordion>
</AccordionGroup>
