MGRust 5x - Solo/Duo Loot5X++ | TP | Home | Kit | के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 58,
"fps_avg": 53,
"entities_count": 65598,
"world_seed": 691008872,
"world_size": 3500,
"steam_id": "90286483722375193",
"domain": null,
"id": 11725486,
"ip": "31.59.131.99",
"port": 28015,
"query": 27017,
"color": 0,
"city": "Bursa",
"description": "\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": 1780584277,
"last_online": 1780573834,
"icon": null,
"name": "MGRust 5x - Solo/Duo Loot5X++ | TP | Home | Kit |",
"connect": "31.59.131.99:28015",
"request": "31.59.131.99:27017",
"map": "MGMoney",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780388538,
"last_update": 1780584277,
"banned": false,
"wipe": 1780326191,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12870,
"language": "tr",
"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/11725486");
$data = json_decode($json, true);
var_dump($data);