API for No Rules - EU 100X Staging [No BPs | MyMini | Loot+]

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/8297620
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "world_seed": 1337,
    "world_size": 3750,
    "entities_count": 67491,
    "id": 8297620,
    "ip": "81.149.160.145",
    "port": 28059,
    "query": 28059,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![No Rules - EU 100X Staging [No BPs | MyMini | Loot+]](https://old.norulesrust.com/img/4k-Wallpaper.png)\nNo Rules (For Real) Rust\r\n\r\n- 100x Staging  Gather     - Big Scrap                 - Sweet Kits         - Fast Progression\r\n- No Junk Loot    - MyMini                     - Events               - Shorter Nights\r\n- Sick Shit           -7000+ Skins             - Many Other Kick Ass QOL Mods\r\n\r\nAdmins do not get involved in Gameplay!!!\r\n \r\nNote: No Rules still means No Cheats!!!,\r\nCheaters will be treated like SHIT!!! Report via F7.\r\nYour actions can still result in a Ban, don't be a Douche!!!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744891485,
    "score": 0,
    "last_online": 1744993835,
    "icon": null,
    "name": "No Rules - EU 100X Staging [No BPs | MyMini | Loot+]",
    "connect": "81.149.160.145:28059",
    "request": "81.149.160.145:28059",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2585",
    "numplayers": 2,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1743250273,
    "last_update": 1744993835,
    "banned": false,
    "wipe": 1743824302,
    "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/8297620");
$data = json_decode($json, true);
var_dump($data);