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

> Discover games gaining momentum based on visits and engagement

Returns games ranked by a composite score combining visit momentum and player engagement, normalized across all tracked games. This surfaces games gaining traction beyond just CCU.

<RequestExample>
  ```bash theme={null}
  curl https://rolearn.dev/api/breakout-radar \
    -H "Authorization: Bearer YOUR_TOKEN"
  ```
</RequestExample>

<ResponseExample>
  ```json theme={null}
  {
    "games": [
      {
        "place_id": 16732694052,
        "name": "Fisch",
        "creator": "FischDev",
        "genre": "Simulator",
        "score": 0.92,
        "visits": 2500000000,
        "likes": 1800000,
        "ccu": 125000
      }
    ]
  }
  ```
</ResponseExample>
