Rust
[EU] WizzRust.com 1x Main | Noob Friendly | Wiped 02/04 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10661520json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 94158,
"world_seed": 1,
"world_size": 3700,
"steam_id": "90284507924146185",
"domain": null,
"id": 10661520,
"ip": "195.60.166.229",
"port": 28045,
"query": 28047,
"color": 0,
"city": "City of London",
"description": "![[EU] WizzRust.com 1x Main | Noob Friendly | Wiped 02/04](https://imgur.com/dKbTUqq.png)\nWelcome to WizzRust 1x Vanilla Monthly Main!\r\n!! Read our rules on the Discord server before you play !!\r\nMonthly Map Wipes - No BP Wipes\r\nNext Map Wipe: Thursday 23rd April 2026 @ 19:00 UK Time\r\n\r\nMain Server Features:\r\n- Custom Anticheat\r\n- Max 8 Team Limit\r\n- 1x Vanilla Stack Sizes\r\n- 1x Vanilla Gather Rates\r\n\r\nQuality of Life Features:\r\n- Max 4 raids in a 48 hour period\r\n- 50% Less Upkeep Cost\r\n- Combined Outpost & Bandit\r\n- Drone Marketplace & Recyclers at Fishing Villages\r\n- Max 24 Turrets in 40m Radius\r\n- Increased Node Respawn Times\r\n- Decreased Minicopter Decay in TC Range\r\n- Non-P2W Supporter Perks\r\n\r\nDiscord: discord.gg/WizzRust\r\nRestarts daily at 8am UK Time for increased server performance",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775917914,
"score": 0,
"last_online": 1776376821,
"icon": null,
"name": "[EU] WizzRust.com 1x Main | Noob Friendly | Wiped 02/04",
"connect": "195.60.166.229:28045",
"request": "195.60.166.229:28047",
"map": "WizzRust FPS+",
"gamemode": "Survival",
"version": "2623",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1764544753,
"last_update": 1776376821,
"banned": false,
"wipe": 1775151817,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2456,
"language": "en",
"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/10661520");
$data = json_decode($json, true);
var_dump($data);