Rust Haven 3x Monthly | Solo/Duo/Trio/Quad | Shared BPs için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 73,
"fps_avg": 74,
"entities_count": 47943,
"world_seed": 1337,
"world_size": 3000,
"steam_id": "90286633248803852",
"domain": null,
"id": 11606700,
"ip": "66.51.97.53",
"port": 28045,
"query": 28046,
"project_id": null,
"color": 0,
"city": "City of London",
"description": "\n🛡️ Rust Haven 3x | Solo / Duo / Trio / Quad\r\nWelcome to Rust Haven 3x, the perfect balance of PvP, progression, and quality-of-life features. Whether you're a solo survivor or running with a full squad, our server is built to deliver a competitive and enjoyable Rust experience without the excessive grind.\r\n🔥 Server Features\r\n\r\n\r\n3x Gather Rates – Faster farming, more action.\r\n\r\n\r\nSolo / Duo / Trio / Quad Friendly – Maximum team size of 4.\r\n\r\n\r\nBalanced Loot Tables – Better rewards without breaking progression.\r\n\r\n\r\nQuick Smelt & Faster Crafting – Spend less time waiting and more time playing.\r\n\r\n\r\nActive Admin Team – Fair, professional, and dedicated to keeping the server clean.\r\n\r\n\r\nOptimized Performance – Smooth gameplay with minimal lag.\r\n\r\n\r\nRegular Wipes – Fresh starts and fair competition.\r\n\r\n\r\nAnti-Cheat Protection – Zero tolerance for hackers and exploiters.\r\n\r\n\r\nEvents & Giveaways – Frequent server events with exciting rewards.\r\n\r\n\r\n⚔️ Why Rust Haven?\r\nRust Haven is designed for players who want the thrill of vanilla Rust with reduced grind. Build faster, raid sooner, and enjoy intense PvP while maintaining a balanced progression system. Whether you're dominating monuments, defending your base, or roaming for fights, there's always action waiting.\r\nJoin Rust Haven 3x today and carve out your legacy in the wasteland.\r\n🏹 3x Rates | Max Team 4 | Active Staff | PvP Focused | Wipe Day Action",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780664666,
"last_online": 1780676433,
"icon": null,
"name": "Rust Haven 3x Monthly | Solo/Duo/Trio/Quad | Shared BPs",
"connect": "66.51.97.53:28045",
"request": "66.51.97.53:28046",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915479,
"last_update": 1780676433,
"banned": false,
"wipe": 1780664732,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5299,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11606700");
$data = json_decode($json, true);
var_dump($data);