Rust
[EU] RUSTVENTURE.GG 10X NoBPs NOOB FRIENDLY के लिए API
हम एकीकरण विधियों की एक विस्तृत श्रृंखला प्रदान करते हैं। आप उनमें से किसी का भी उपयोग कर सकते हैं या JSON API का उपयोग करके अपना खुद का बना सकते हैं। यदि आपके पास नई एकीकरण विधि जोड़ने का सुझाव है, तो कृपया हमसे संपर्क करें। हमसे संपर्क करें
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11260046json
{
"response": {
"fps": 59,
"fps_avg": 58,
"entities_count": 100380,
"world_seed": 11593620,
"world_size": 4250,
"steam_id": "90284217492651032",
"domain": null,
"id": 11260046,
"ip": "136.243.135.46",
"port": 28075,
"query": 28076,
"color": 0,
"city": "Falkenstein",
"description": "![[EU] RUSTVENTURE.GG 10X NoBPs NOOB FRIENDLY](https://i.ibb.co/6crX3Zvf/rustventure-logo.png)\nWELCOME TO RUSTVENTURE.GG\r\n-CUSTOM Anti-Cheat\r\n-Wipes every 3 days\r\n-10x Rates\r\n-50% UpKeep\r\n-Team: No Limit\r\n-Home\r\n-Trade\r\n-MyMini\r\n-Remover Tool\r\n-Custom Events\r\n-Auto Turret Authorization\r\n-Auto Doors\r\n-No Turret Limit\r\n-Clans\r\n-Max 50 Sleeping Bags\r\n-Ultimate Leaderboards\r\n-Free Kits (No P2W)\r\n-Free Skinbox\r\n-BGrade\r\n-Better TC\r\n-Balanced Crates\r\n-Ranks\r\n-More Vending Machines at Outpost\r\n-Outpost Casino Wheel\r\n-Airwolf\r\n-Test Generator\r\n-Custom BoomBox\r\n-Ganja 2.0\r\n JOIN OUR DISCORD: discord.gg/rustventure",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775830923,
"score": 0,
"last_online": 1775904017,
"icon": null,
"name": "[EU] RUSTVENTURE.GG 10X NoBPs NOOB FRIENDLY",
"connect": "136.243.135.46:28075",
"request": "136.243.135.46:28076",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555186,
"last_update": 1775904017,
"banned": false,
"wipe": 1775831315,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5285,
"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/11260046");
$data = json_decode($json, true);
var_dump($data);