API for [US] RustRichIce Main | 2x QoL+ | Quad | No BP Wipe
JSON for programs, websites and more
text
json
{
"response": {
"fps": 89,
"fps_avg": 88,
"entities_count": 94935,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286589800151048",
"domain": null,
"id": 10534200,
"ip": "24.180.184.8",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Midland",
"description": "![[US] RustRichIce Main | 2x QoL+ | Quad | No BP Wipe](https://i.imgur.com/XUnD3Hu.png)\n== SERVER INFO ==\r\n~ 2x gather, fast smelt & craft\r\n~ Quad team limit (4 per TC/base)\r\n~ SafeZone Recyclers + Marketplaces\r\n~ All Non safezone Recyclers are 80 percent\r\n~ Extended workbench range\r\n~ Unlimited vending at safe zones\r\n~ Heli shop at Outpost\r\n\r\n== FEATURES ==\r\n~ Instant barrel break + autopickup\r\n~ Trade Anywhere\r\n~ Plant's Don't Decay\r\n~ Raidable Bases\r\n~ Bounty System\r\n~ Server Rewards\r\n~ AAlertRaid\r\n\r\n== STRICT RULES ==\r\n~ Team of 4 stays locked(until wipe) \r\n~ No toxicity or hate speech\r\n~ No cheating or exploiting\r\n~ No VPN or Private Accounts\r\n~ Respect staff & players\r\n\r\n== INFO ==\r\n~ Daily restart @ 6AM EST\r\n~ Discord:reports & Commands & or Changes: Click EXTERNAL WEBSITE",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780567467,
"last_online": 1780594237,
"icon": null,
"name": "[US] RustRichIce Main | 2x QoL+ | Quad | No BP Wipe",
"connect": "24.180.184.8:28014",
"request": "24.180.184.8:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1762518652,
"last_update": 1780594237,
"banned": false,
"wipe": 1778209543,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3415,
"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/10534200");
$data = json_decode($json, true);
var_dump($data);