[UK] Live Laugh Loot 1x PVE & PVP के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 54,
"fps_avg": 52,
"entities_count": 107971,
"world_seed": 1122331122,
"world_size": 4500,
"steam_id": "90286612344725513",
"domain": null,
"id": 11606675,
"ip": "66.51.97.50",
"port": 28045,
"query": 28046,
"color": 0,
"city": "City of London",
"description": "![[UK] Live Laugh Loot 1x PVE & PVP](https://www.dropbox.com/scl/fi/3neah4qmigtp2blkuwbpb/LiveLaughLoot-Header.png?rlkey=sllj56yunupuk7050suktbs24&st=kooc8gvx&dl=1)\n> TO JOIN THE SERVER YOU MUST BE WHITELISTED • APPLY WITHIN OUR DISCORD <\r\n\r\n\r\n• PVE & PVP\r\n• 1x Rates (Vanilla)\r\n• Boosted Stack Sizes\r\n• Team Size: Max 6\r\n• Monthly Wipe Schedule (Force Wipes)\r\n• 48hr Upkeep (50% Cheaper)\r\n\r\n• Buyable Recyclers for your base\r\n• Buyable Super Serums\r\n• Buyable Test Gens\r\n\r\n• Raidable Bases\r\n• Abandoned Bases\r\n• Roaming Bots\r\n• Convoys\r\n• Submarine Event\r\n• Harbor Event\r\n• Airfield Event\r\n\r\nTons of Quality of Life features:\r\n\r\n• Over 10,000 Workshop Skins available to all\r\n• CustomRadios - Over 100 stations to choose from\r\n• Workbench range covers your entire base\r\n• Symmetry Tool\r\n• ExtraAutomation - attach Storage Adaptors onto Recyclers & more\r\n• Stackable Deployables - Right click to stack vertically\r\n• Furnace Splitter - Materials are evenly split across furnace slots\r\n• MLRS Alerts\r\n• Sort Button - Easily sort your containers by Category or Name\r\n• TC Upgrades - Repair, Upgrade, Skin & more all from your TC\r\n• Igniters take no durability damage\r\n• Torch Holders take no durability damage\r\n• Reload Miniguns from anywhere\r\n• Toggle Garage Doors with the Horn of your Vehicle\r\n• Fuel Count whilst driving vehicles\r\n• Plants stay Ripe forever\r\n• Remover Tool\r\n• Faster purchasing from Vending Machines\r\n• Attach radios to vehicles\r\n\r\n\r\nWe are a very friendly and active community, the server opened in April 2026.\r\n\r\nServer is hosted in London, United Kingdom",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596270,
"last_online": 1780638628,
"icon": null,
"name": "[UK] Live Laugh Loot 1x PVE & PVP",
"connect": "66.51.97.50:28045",
"request": "66.51.97.50:28046",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915478,
"last_update": 1780638628,
"banned": false,
"wipe": 1780596052,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5042,
"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/11606675");
$data = json_decode($json, true);
var_dump($data);