🤍
Rolimons' API Wrapper Docs
  • 💠Introduction
  • 👑Items
  • 🕵️‍♂️Players
  • 🎮Games
  • 🧑‍🤝‍🧑Groups
  • 🗓️Activity
Powered by GitBook
On this page
  • .getInfo(<int> gameID>
  • Example usage

Games

rolimons.games

THIS DOESNT SUPPORT GAMES WHICH AREN'T IN THEIR DATABASE

.getInfo(<int> gameID>

Get's info about the game

Example usage

// Get Game info exmaple
const rolimons = require("rolimons")

rolimons.games.getInfo(2753915549).then(function(game) {
    console.log(game.name, "is made by", game.creator_name)
})

// Output: Blox Fruits is made by Gamer Robot Inc
Returned Value
Description

name <string>

Game Name

creator_name <string>

Name of the creator, or group name

created <string>

Self-Explanatory

max_players <string>

Self-Explanatory

genre <string>

Self-Explanatory

players <string>

Currently playing players

visits <string>

Self-Explanatory

likes <string>

Self-Explanatory

dislikes <string>

Self-Explanatory

description <string>

Self-Explanatory

like_percentage <string>

Self-Explanatory

favorites <string>

Self-Explanatory

average_playtime <string>

Average playtime session

last_updated <string>

Last Updated

PreviousPlayersNextGroups

Last updated 2 years ago

🎮