API for RUSTIX EU | 10X Vanilla+ | Monthly | No BP Wipes | WIPE 2.4

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10459630
json
{
  "response": {
    "fps": 29,
    "fps_avg": 28,
    "entities_count": 140693,
    "world_seed": 1909812026,
    "world_size": 4250,
    "steam_id": "90284599203076102",
    "domain": null,
    "id": 10459630,
    "ip": "31.30.71.203",
    "port": 28115,
    "query": 28117,
    "color": 0,
    "city": "Chrast",
    "description": "![RUSTIX EU | 10X Vanilla+ | Monthly | No BP Wipes | WIPE 2.4](https://rustix.gg/img/rustix_vanilla.png)\nWelcome to RUSTIX.gg\r\n \r\n • Vanilla+ Rust experience – close to official, just slightly improved\r\n • FULL WIPE – 2.4.2025\r\n • 10x gather, loot & scrap\r\n • 50% low upkeep\r\n • Map size: 4250\r\n • No pay-to-win features\r\n • Active administration\r\n • No BP wipes\r\n \r\n ✦ SERVER RULES ✦\r\n • No hacking, scripting or exploiting\r\n • No intentional bug abuse\r\n • No EAC / FP banned alternative accounts\r\n • No ban evading\r\n • No racism or hate speech\r\n • Respect admins and other players",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776502403,
    "score": 0,
    "last_online": 1776873023,
    "icon": null,
    "name": "RUSTIX EU | 10X Vanilla+ | Monthly | No BP Wipes | WIPE 2.4",
    "connect": "31.30.71.203:28115",
    "request": "31.30.71.203:28117",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 120,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CZ",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1760474344,
    "last_update": 1776873023,
    "banned": false,
    "wipe": 1775153929,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3922,
    "language": "cs",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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