Skip to main content
GET
/
api
/
genre-opportunities
curl https://rolearn.dev/api/genre-opportunities \
  -H "Authorization: Bearer YOUR_TOKEN"
{
  "genres": [
    {
      "name": "Horror",
      "opportunity_score": 0.85,
      "game_count": 3200,
      "avg_ccu": 1500,
      "growth_rate": 0.12,
      "saturation": "medium"
    }
  ]
}
Returns opportunity scores for each Roblox genre, based on growth rate, saturation, and revenue potential.
curl https://rolearn.dev/api/genre-opportunities \
  -H "Authorization: Bearer YOUR_TOKEN"
{
  "genres": [
    {
      "name": "Horror",
      "opportunity_score": 0.85,
      "game_count": 3200,
      "avg_ccu": 1500,
      "growth_rate": 0.12,
      "saturation": "medium"
    }
  ]
}