Rust
EU Vex.gg 2x Solo/Duo | Shared BPs | 50% Upkeep |Max 2|x2 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/9861455json
{
"response": {
"steam_id": "90285706481982495",
"domain": null,
"id": 9861455,
"ip": "86.54.213.9",
"port": 28015,
"query": 28020,
"color": 0,
"city": "London",
"description": "\nJoin Vex for a better Rust experience, with fully custom plugins and features!\nMax team limit: 2 (/limits)\n\nJoin us on Discord: discord.gg/VexRust\nGet VIP perks: Store.Vex.gg\nStats and Leaderboards: Vex.gg/leaderboard\n--------------- | Features | ---------------\nEnjoy free /skinbox - skin any item\nShared team blueprints & shared across all 2x Vex servers\n50% upkeep\nRust+ Raid Alerts when you're getting raided\nCustom Convoy event roaming the road every few hours\nCustom Airfield event every few hours\n2x gather, scrap and components\n2x faster crafting and recycling\nIncreased stack sizes & faster smelting\nMinicopters spawning on roads, scrap helicopters in the wild\nCars spawn ready-to-drives with parts included\nDrone marketplaces & AirWolf at fishing villages & ranches\nRecyclers at Dome, Oilrigs, Ranches & Fishing Villages\nLong days and shorter nights\nActive, non-playing admins to ensure fair play\nAnd so much more! View more with /help\n--------------- | Rules | ---------------\nNo cheating or playing with cheaters. No VPNs/proxies allowed\nNo Rust game banned alts in the last 180 days, no more than 1\nView more with /rules",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778246584,
"score": 0,
"last_online": 1778776220,
"icon": null,
"name": "EU Vex.gg 2x Solo/Duo | Shared BPs | 50% Upkeep |Max 2|x2",
"connect": "86.54.213.9:28015",
"request": "86.54.213.9:28020",
"map": "Wiped 1 day ago",
"gamemode": "Rust",
"version": "2625",
"numplayers": 6,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1753269488,
"last_update": 1778776220,
"banned": false,
"wipe": 1778747402,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2248,
"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/9861455");
$data = json_decode($json, true);
var_dump($data);