Rust
API for Reforged PVE Zombies | Events
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10922490json
{
"response": {
"fps": 18,
"fps_avg": 27,
"entities_count": 148383,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90284399188331544",
"domain": null,
"id": 10922490,
"ip": "104.243.37.163",
"port": 28018,
"query": 28020,
"color": 0,
"city": "Piscataway",
"description": "\nPure PvE built for builders, farmers, grinders, and long-term planners.\r\n No PvP — no random raids, no griefing.\r\n Farm to your heart’s content and scale at your own pace.\r\n A world designed for chill progression without chaos.\r\n Dynamic Zombie Hordes & Monument Swarms keep PvE exciting.\r\n Skill Tree progression that actually feels rewarding.\r\n Server Convoys & PvE Encounters bring real combat without player griefing.\r\n \r\n 48h Raid Protection After Logout\r\n Clans, Teams & Group Systems\r\n Quests, Missions & Daily Rewards\r\n Kits (Progression + QoL)\r\n Vehicles, Fuel QoL & Minicopter Support\r\n Backpacks + Increased Item Stacks\r\n SkinBox + TP/Home + Rewards Store\r\n Personal Recyclers\r\n Custom Shops, Quarries & Vendors\r\n PvE Raid Bases\r\n Fresh Monthly Wipes\r\n 48-Hour Purge Before Wipe\r\n Free VIP Trial Every Wipe\r\n No Toxicity — Instant Bans\r\n Optimized Performance — Low Ping, High FPS\r\n Active, Transparent Staff\r\n Powered by Reforged Infrastructure",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776108113,
"score": 0,
"last_online": 1776307813,
"icon": null,
"name": "Reforged PVE Zombies | Events",
"connect": "104.243.37.163:28018",
"request": "104.243.37.163:28020",
"map": "ReforgeRust.com",
"gamemode": "Survival",
"version": "2623",
"numplayers": 10,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 68,
"add_date": 1768476956,
"last_update": 1776307813,
"banned": false,
"wipe": 1775157510,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 624,
"language": "en",
"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/10922490");
$data = json_decode($json, true);
var_dump($data);