[EU] Rusty Hole - Monthly|NO-BPWipes|FreeDLC|Linux Joinable के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 125,
"fps_avg": 123,
"entities_count": 97117,
"world_seed": 278040661,
"world_size": 4250,
"steam_id": "90286603599640586",
"domain": null,
"id": 1925573,
"ip": "37.187.79.135",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Roubaix",
"description": "![[EU] Rusty Hole - Monthly|NO-BPWipes|FreeDLC|Linux Joinable](https://i.imgur.com/Uu3jz64.png)\n\r\nWelcome to the Rusty Hole - a relaxed fun EU Rust vibe.\r\n\r\nWipe info:\r\n• Map Wipes are every month.\r\n• BPs never wipe. \r\n\r\n Features:\r\n• Vanilla-like (stacksize and some rates increased)\r\n• Linux Support (Linux can join.)\r\n• Custom Guardian Anticheat\r\n• 100 Tick for smooth and responsive gameplay (most servers run 20tick)\r\n• Dedicated Networking for fast joining and ping\r\n• Easy Start\r\n• 75% Half Uptick\r\n• Premium Plugins & in-house Plugins you won't see anywhere else\r\n• FREE DLC and SKINS (DLC/SKINS items at Outpost and through Phone commands)\r\n• Minis spawn on road & cars spawn with some parts.\r\n• Custom radio stations with player requested music\r\n\r\nRules:\r\n Don't hack don't be wack.\r\n\r\nExtra:\r\nDiscord and Website is coming soon.\r\nWe highly value all player feedback.\r\nActive staff - brought to you by WIP.GG network.\r\n\r\nThanks for reading go have fun!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595060,
"last_online": 1780597836,
"icon": null,
"name": "[EU] Rusty Hole - Monthly|NO-BPWipes|FreeDLC|Linux Joinable",
"connect": "37.187.79.135:28015",
"request": "37.187.79.135:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1700745898,
"last_update": 1780597836,
"banned": false,
"wipe": 1780595068,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2082,
"language": "fr",
"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/1925573");
$data = json_decode($json, true);
var_dump($data);