Skip to main content
GET
/
api
/
market-overview
curl https://rolearn.dev/api/market-overview
{
  "total_games": 51000,
  "total_ccu": 5200000,
  "top_genres": [
    {"name": "Simulator", "games": 8500, "avg_ccu": 1200},
    {"name": "RPG", "games": 6200, "avg_ccu": 980}
  ],
  "last_updated": "2026-03-13T03:00:00Z"
}
Returns aggregate market data including total tracked games, total CCU across all games, and genre distribution.
curl https://rolearn.dev/api/market-overview
{
  "total_games": 51000,
  "total_ccu": 5200000,
  "top_genres": [
    {"name": "Simulator", "games": 8500, "avg_ccu": 1200},
    {"name": "RPG", "games": 6200, "avg_ccu": 980}
  ],
  "last_updated": "2026-03-13T03:00:00Z"
}