Rust
TBG | 2x Monthly | QoL | No P2W (Queue VIP) के लिए API
हम एकीकरण विधियों की एक विस्तृत श्रृंखला प्रदान करते हैं। आप उनमें से किसी का भी उपयोग कर सकते हैं या JSON API का उपयोग करके अपना खुद का बना सकते हैं। यदि आपके पास नई एकीकरण विधि जोड़ने का सुझाव है, तो कृपया हमसे संपर्क करें। हमसे संपर्क करें
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11004802json
{
"response": {
"fps": 95,
"fps_avg": 103,
"entities_count": 93968,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90284186711181332",
"domain": null,
"id": 11004802,
"ip": "192.95.47.34",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Montreal",
"description": "\nTrue Born Gaming Rust Server • 2x Gather & 2x Loot • Free QoL (Furnace Splitter, Stack QoL, Faster Smelt) • VIP = Queue Priority ONLY • No Gameplay Advantages / No Kits / No P2W • Monthly Map Wipes | BP Wipe Bi-Monthly • Active Admins | Fair Play | discord.gg/tbgclan | tbgclan.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775836927,
"score": 0,
"last_online": 1775885413,
"icon": null,
"name": "TBG | 2x Monthly | QoL | No P2W (Queue VIP)",
"connect": "192.95.47.34:28015",
"request": "192.95.47.34:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 5,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1769938986,
"last_update": 1775885413,
"banned": false,
"wipe": 1775200117,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1416,
"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/11004802");
$data = json_decode($json, true);
var_dump($data);