Property

tibia

Property Name Type Description Required
map object
monsters object
motd object
npcs object
owner object
players object
rates object
serverinfo object

↑ TopExample
{
    "map": {
        "width": 65000,
        "height": 65000,
        "name": "world.otbm",
        "author": "Natanael Beckman"
    },
    "motd": {},
    "serverinfo": {
        "uptime": 91054,
        "url": "www.utorion.com",
        "ip": "198.245.63.219",
        "servername": "Utorion",
        "server": "Kaldrox ",
        "version": 1.0,
        "client": 8.6,
        "port": 7171,
        "location": "Brazil"
    },
    "npcs": {
        "total": 1227
    },
    "players": {
        "unique_players": 0,
        "max": 3758,
        "peak": 9,
        "online": 0
    },
    "owner": {
        "name": "ADM Utorion",
        "email": "utorionserver@gmail.com"
    },
    "monsters": {
        "total": 195857
    }
}