Rust
API for EU I SPY x5 I Solo Duo Trio Team I PVP
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11158362json
{
"response": {
"fps": 223,
"fps_avg": 222,
"entities_count": 20216,
"world_seed": 54351,
"world_size": 2300,
"steam_id": "90283682156853267",
"domain": null,
"id": 11158362,
"ip": "157.90.178.49",
"port": 42376,
"query": 42377,
"color": 0,
"city": "Falkenstein",
"description": "\n🔥 5X HIGH PERFORMANCE | ACTIVE ADMINS | WEEKLY WIPE 🔥 Welcome to a next-level 5X Rust experience built for players who want fast progression, intense PvP, and a competitive but fair environment. Our server is designed to deliver high performance, smooth gameplay, and balanced 5X progression without turning the game into chaos. Whether you're a solo grinder or a large clan, this is the place to dominate. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ⚡ SERVER FEATURES • 5X Gather Rates (Resources, Components & Scrap) • Increased Loot Tables • Fast Smelting & Crafting • Optimized Performance – Low Lag • Short Nights • Active & Fair Admin Team • Weekly Map Wipes • Balanced Gameplay • Anti-Cheat & Active Monitoring ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🛡 WHY PLAY HERE? ✔ Stable & Powerful Server Hardware ✔ Competitive PvP Focus ✔ Fair & Non-Toxic Community ✔ No Admin Abuse ✔ No Broken Economy ✔ No Overpowered Kits This is not a chaotic instant-gratification server. This is a structured 5X environment where skill still ma",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1772228108,
"score": 0,
"last_online": 1776206415,
"icon": null,
"name": "EU I SPY x5 I Solo Duo Trio Team I PVP",
"connect": "157.90.178.49:42376",
"request": "157.90.178.49:42377",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2622",
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228108,
"last_update": 1776206415,
"banned": false,
"wipe": 1774040811,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4742,
"language": "de",
"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/11158362");
$data = json_decode($json, true);
var_dump($data);