API for LionZ [UK] | Solo/Duo/Trio/Quad | Monthly EU

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8122151
json
{
  "response": {
    "id": 8122151,
    "ip": "138.201.251.27",
    "port": 28016,
    "query": 28016,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![LionZ [UK] | Solo/Duo/Trio/Quad | Monthly EU](https://lionz.uk/serverBannerlg.jpg)\n� LIONZ RUST �\r\n \r\n =� WIPE INFO:\r\n - Monthly Map Wipe\r\n - BP Wipe Every 3 Months\r\n \r\n � SERVER SETTINGS:\r\n - =e Max Group: 4\r\n - <� 50% Reduced Upkeep\r\n - =� Active Non-Playing Admins\r\n \r\n � ZERO TOLERANCE:\r\n - No Hacking\r\n - No Scripting\r\n - No Bug Abuse\r\n - No Ban Evasion\r\n \r\n < JOIN OUR COMMUNITY:\r\n - Discord: discord.gg/lionz\r\n \r\n � Press F1 for Rules & Commands",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743699903,
    "score": 0,
    "last_online": 1743511256,
    "icon": null,
    "name": "LionZ [UK] | Solo/Duo/Trio/Quad | Monthly EU",
    "connect": "138.201.251.27:28016",
    "request": "138.201.251.27:28016",
    "map": "LionZ Generated Maps",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1741879797,
    "last_update": 1743699903,
    "banned": false,
    "wipe": 1741715679,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8122151");
$data = json_decode($json, true);
var_dump($data);