Rust
PRIME RUST 5x | Fast Paced | 3k Stack | EU के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11260066json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 46374,
"world_seed": 1666978712,
"world_size": 3000,
"steam_id": "90285194425641999",
"domain": null,
"id": 11260066,
"ip": "176.9.104.120",
"port": 28020,
"query": 28021,
"color": 0,
"city": "Falkenstein",
"description": "Welcome to PRIME RUST 5x ⚡\r\n\r\nExperience Rust the way it was meant to be played on high-end dedicated hardware. PRIME RUST is optimized for smooth, fast-paced gameplay with a focus on performance and reliability.\r\n\r\n💎 SERVER FEATURES:\r\n\r\nGather Rate: 5x Resources & Components for optimized progression.\r\n\r\nStacks: 3k Stack sizes for efficient inventory management.\r\n\r\nHardware: Dedicated High-Clock CPU (400% Boost) & NVMe SSD Storage.\r\n\r\nNetwork: Low Latency (EU/Germany) with advanced DDoS Protection.\r\n\r\nQuality of Life: Improved Loot Tables, Fast Smelting, and Free Skins.\r\n\r\n📜 RULES:\r\n\r\nNo Cheating, Scripting, or Exploiting (Zero Tolerance Policy).\r\n\r\nNo Racism or excessive toxicity.\r\n\r\nEnglish only in Global Chat.\r\n\r\nHosted on Premium Hardware for a Lag-Free Experience. ⚔️🏰",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776760949,
"score": 0,
"last_online": 1778531448,
"icon": null,
"name": "PRIME RUST 5x | Fast Paced | 3k Stack | EU",
"connect": "176.9.104.120:28020",
"request": "176.9.104.120:28021",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555186,
"last_update": 1778531448,
"banned": false,
"wipe": 1776001444,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4439,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11260066");
$data = json_decode($json, true);
var_dump($data);