Skip to main content
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
}
q
string
required
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
}