curl "https://rolearn.dev/api/search?q=blox+fruits" \
-H "Authorization: Bearer YOUR_TOKEN"
{
"results": [
{
"place_id": 2753915549,
"name": "Blox Fruits",
"creator": "Gamer Robot",
"genre": "RPG",
"ccu": 485000
}
],
"total": 1
}
Game Intelligence
Search
Search for Roblox games by name
GET
/
api
/
search
curl "https://rolearn.dev/api/search?q=blox+fruits" \
-H "Authorization: Bearer YOUR_TOKEN"
{
"results": [
{
"place_id": 2753915549,
"name": "Blox Fruits",
"creator": "Gamer Robot",
"genre": "RPG",
"ccu": 485000
}
],
"total": 1
}
Search query string
curl "https://rolearn.dev/api/search?q=blox+fruits" \
-H "Authorization: Bearer YOUR_TOKEN"
{
"results": [
{
"place_id": 2753915549,
"name": "Blox Fruits",
"creator": "Gamer Robot",
"genre": "RPG",
"ccu": 485000
}
],
"total": 1
}
⌘I

