Rust
[EU/TR] MGRust 5x - Solo/Duo Loot5X++ | TP-Mymini-Kit | के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11435456json
{
"response": {
"fps": 33,
"fps_avg": 73,
"entities_count": 67075,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90285644149814282",
"domain": null,
"id": 11435456,
"ip": "167.148.181.106",
"port": 28016,
"query": 27017,
"color": 0,
"city": "London",
"description": "![[EU/TR] MGRust 5x - Solo/Duo Loot5X++ | TP-Mymini-Kit |](https://i.imgur.com/UuYSnHU.png)\n★ ★ WELCOME TO MGRUST 5X! ★ ★\r\n\r\n★ GET READY FOR HIGH-SPEED, ACTION-PACKED ADVENTURE! ★\r\n• Designed for rapid progression to absolute dominance! •\r\n\r\n--- ★ SERVER FEATURES ★ ---\r\n\r\n• OPTIMIZED 5X LOOT: HIGH-TIER GEAR, NO JUNK!\r\n• Workbench 1 Unlocked: Start crafting immediately!\r\n• Workbench Covers Entire Base: Build without limits!\r\n• Public Command Access: /MyMini, AutoDoors, /Remove\r\n• Kits | Clan Auth Sharing | Teleport | Quick Smelt\r\n• Instant Craft + More!\r\n• Optimized Custom Maps: Smooth gameplay experience!\r\n• Public Access: Auto Base Upgrade, Repair, and Sorter\r\n• Group Limit: 2: Balanced for small groups!\r\n• Play-to-earn Free Kit Series: (Coming Soon!)\r\n\r\n★ [NOTE: /Remove duration is 6 hours.] ★\r\n\r\n--- ★ SERVER COMMANDS ★ ---\r\n\r\n• [General Commands]\r\n★ /mymini: Spawns a Minicopter.\r\n★ /bpshare <name>: Share blueprints with players.\r\n★ /clan: Opens the clan management panel.\r\n★ /kit: Opens the kit selection menu.\r\n★ /playtime: Shows your total time spent.\r\n\r\n★ And more! For information, use /info ★",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778511782,
"score": 0,
"last_online": 1778571617,
"icon": null,
"name": "[EU/TR] MGRust 5x - Solo/Duo Loot5X++ | TP-Mymini-Kit |",
"connect": "167.148.181.106:28016",
"request": "167.148.181.106:27017",
"map": "MGMoney",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774977189,
"last_update": 1778571617,
"banned": false,
"wipe": 1778512214,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4676,
"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/11435456");
$data = json_decode($json, true);
var_dump($data);