Skip to main content
GET
/
api
/
game
/
{place_id}
curl https://rolearn.dev/api/game/2753915549 \
  -H "Authorization: Bearer YOUR_TOKEN"
{
  "place_id": 2753915549,
  "name": "Blox Fruits",
  "creator": "Gamer Robot",
  "genre": "RPG",
  "ccu": 485000,
  "visits": 45000000000,
  "likes": 12000000,
  "favorites": 35000000,
  "ccu_history": [],
  "ml_prediction": {
    "trend_score": 0.98,
    "growth_probability": 0.72
  }
}
Returns comprehensive data for a single game including CCU history, ML predictions, engagement metrics, and clone detection results.
place_id
integer
required
The Roblox Place ID of the game
curl https://rolearn.dev/api/game/2753915549 \
  -H "Authorization: Bearer YOUR_TOKEN"
{
  "place_id": 2753915549,
  "name": "Blox Fruits",
  "creator": "Gamer Robot",
  "genre": "RPG",
  "ccu": 485000,
  "visits": 45000000000,
  "likes": 12000000,
  "favorites": 35000000,
  "ccu_history": [],
  "ml_prediction": {
    "trend_score": 0.98,
    "growth_probability": 0.72
  }
}