API für X3 RUSTY BROTHERS | MONDAYS 5PM SA
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 220,
"fps_avg": 209,
"entities_count": 105162,
"world_seed": 483443860,
"world_size": 4250,
"steam_id": "90286579603223559",
"domain": null,
"id": 11511650,
"ip": "102.209.21.196",
"port": 22015,
"query": 22016,
"color": 0,
"city": "Johannesburg",
"description": "\n🔥 RUSTY BROTHERS 🔥 WEEKLY MONDAYS\r\n3X VANILLA | Weekly BP & MAP \r\n\r\n━━━━━━━━━━━━━━━━━━\r\n🚀 SERVER FEATURES\r\n\r\n• ⚙️ Train Bases\r\n• 🛡️ Offline Raid Protection\r\n• 🔥 Instant Smelt\r\n• ⚡ Instant Craft\r\n• 🔒 Auto Lock\r\n• 🚗 Vehicle Shop\r\n• 💰 Banking System for Kits\r\n\r\n━━━━━━━━━━━━━━━━━━\r\n👮 Active Admins\r\n🧠 Premium Anti-Cheat Server\r\n📅 Weekly Blueprint & Map Wipes\r\n⚖️ Balanced 3X Vanilla Experience\r\n\r\n━━━━━━━━━━━━━━━━━━\r\n🎯 Why Rusty Brothers?\r\n✔ Fair & competitive gameplay\r\n✔ Performance-optimized server\r\n✔ Fast support from active staff\r\n✔ Built for both solo and team players\r\n\r\n━━━━━━━━━━━━━━━━━━\r\n👉 Join Rusty Brothers today and dominate the wipe!\r\nJoin Discord.rustybros.co.za",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780592001,
"last_online": 1780548635,
"icon": null,
"name": "X3 RUSTY BROTHERS | MONDAYS 5PM SA",
"connect": "102.209.21.196:22015",
"request": "102.209.21.196:22016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "ZA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779353859,
"last_update": 1780592001,
"banned": false,
"wipe": 1780329559,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11828,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11511650");
$data = json_decode($json, true);
var_dump($data);