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 for Roblox games by name
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
}
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
}