API for Rusty Rascals | Main Monthly | No BP Wipe
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286159015083017",
"domain": null,
"id": 8197639,
"ip": "89.28.237.47",
"port": 28021,
"query": 28023,
"color": 0,
"city": "Dallas",
"description": "\nRust the way it should be played.\r\n- BPs never wipe — progression that lasts\r\n- Active anti-cheat + anti-team detection\r\n- Cheats/Scripts/EAC Alt Bans = Perm Ban\r\n- No VAC/Rust bans <365d, VPNs whitelisted only\r\n- Daily 9am EST restart, DDoS protected\r\n- Live leaderboards, FV/Barn recyclers\r\n- Active Staff, Admins DO NOT play",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779502413,
"last_online": 1779672021,
"icon": null,
"name": "Rusty Rascals | Main Monthly | No BP Wipe",
"connect": "89.28.237.47:28021",
"request": "89.28.237.47:28023",
"map": "discord.rustyrascals.org",
"gamemode": "Rust",
"version": "2625",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1742388422,
"last_update": 1779672021,
"banned": false,
"wipe": 1778177142,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1893,
"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/8197639");
$data = json_decode($json, true);
var_dump($data);