API für [EU] Lucky Duck PvE | No Raiding | Zombies | Bosses | Events
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 49,
"fps_avg": 56,
"entities_count": 96551,
"world_seed": 1751276723,
"world_size": 4000,
"steam_id": "90286581273645058",
"domain": null,
"id": 11158459,
"ip": "136.243.54.148",
"port": 2365,
"query": 2366,
"color": 0,
"city": "Falkenstein",
"description": "![[EU] Lucky Duck PvE | No Raiding | Zombies | Bosses | Events](https://i.imgur.com/JQtqKNS.png)\n\r\nA clean and rewarding PvE experience with structured progression and custom events.\r\nFight zombies, hunt bosses, call in Heli Signals, and face tiered Bradley APC encounters.\r\nLevel up, use kits, expand inventory with backpacks, and earn daily vote rewards.\r\n\r\nInformation:\r\n● PvE Enabled — No player or building damage\r\n● Wipes Only on Forced Updates [Last wipe: 5/8]\r\n● Active Staff & Friendly Community\r\n● Vanilla Decay Rates to prevent oversized bases\r\n\r\nFeatures:\r\n● Zombies & Custom Bosses - Fight roaming zombies and powerful custom bosses with better rewards\r\n● Multi Events - Automatic server events every 1-2 hours with rewards and leaderboards\r\n● Weekly Event Leaderboards - Earn rewards for reaching Top 1 in weekly event rotations\r\n● Auto Upgrade - Automatically upgrade your base via cupboard\r\n● Raidable Bases - Raid randomly spawning bases for extra loot\r\n● TP - Teleport to homes and friends instantly\r\n● Levels - Gain XP from farming to boost efficiency\r\n● Backpack - Extra inventory accessible anytime\r\n● Stacks+ - Increased stack sizes for easier storage\r\n● Discord Linking Rewards + Duckling Prefix\r\n\r\nUse /info in chat for a full list of commands and helpful information\r\n\r\nRules:\r\n● No raiding, griefing or looting of any kind.\r\n● No camping loot rooms, monuments or any highly concentrated areas.\r\n● Racism, insults, threats or excessive toxicity in chat or voice chat are not tolerated.\r\n● Using exploits, bugs or unintended mechanics is strictly prohibited.\r\n● No blocking waterways, building around monuments or large areas of land.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780113813,
"last_online": 1780591835,
"icon": null,
"name": "[EU] Lucky Duck PvE | No Raiding | Zombies | Bosses | Events",
"connect": "136.243.54.148:2365",
"request": "136.243.54.148:2366",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228110,
"last_update": 1780591835,
"banned": false,
"wipe": 1778208061,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4132,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11158459");
$data = json_decode($json, true);
var_dump($data);