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"
}
]
}
Get genre opportunity scores and analytics
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"
}
]
}
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"
}
]
}