API für EU Duloc 3x Solo / Duo | No Offlines | No BP Wipes |
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 47,
"fps_avg": 44,
"entities_count": 142020,
"world_seed": 253172603,
"world_size": 5000,
"steam_id": "90286604566144009",
"domain": null,
"id": 11159045,
"ip": "66.51.97.50",
"port": 28025,
"query": 28026,
"color": 0,
"city": "City of London",
"description": "\nMap wipes Monthly on Thursdays - aligned with the first Thursday of each month at 19:00 UTC. Blueprints don't wipe.\r\nMax Team Size 2 - No teams over 2 allowed - Read the rules below - Type /help in game.\r\n3x resource gathering - 3x loot crates - 3x stack size.\r\nNoob Friendly - Free Skins - Free Kits - Supporter Kits & Skins.\r\n\r\nOFFICIAL RAID HOURS - 6 p.m. - 1 a.m. EST.\r\nNO OFFLINE RAID HOURS - Your base will be safe from raids from 01:00 - 18:00 UTC\r\nThis allows players the opportunity to sleep and have a life.\r\n\r\nRules:\r\nNo cheating/exploiting - No VPN's/proxies.\r\nNo Rust game banned alts in the last year/one game banned alt.\r\nPlaying with cheater/evaders or Teaming will result in ban for all.\r\nAdmin reserve the right to remove players who are working against the growth of the community.\r\n\r\nRestricted Daily Raiding\r\n\r\nHow it works:\r\nThe maximum number of bases you (or your group) can raid per day automatically scales with current server population.\r\nLow population (e.g., daytime, early wipe, or off-peak hours) → Fewer raid slots available.\r\nHigh population → More raid slots open up.\r\n\r\nDULOC Rust servers have implemented raid restrictions — including set raid hours (typically 6 PM–1 AM EST) and a limit on the number of offline raids per player — to create a healthier, more sustainable environment that supports long-term server growth and consistent population. You can still get offline during raid hours, but players are restricted down to one offline per 24 hours. \r\nBy preventing disruptive offline raids during work, sleep, or real-life hours, and capping how many raids",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780597469,
"last_online": 1780607430,
"icon": null,
"name": "EU Duloc 3x Solo / Duo | No Offlines | No BP Wipes |",
"connect": "66.51.97.50:28025",
"request": "66.51.97.50:28026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228122,
"last_update": 1780607430,
"banned": false,
"wipe": 1780597372,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2892,
"language": "en",
"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/11159045");
$data = json_decode($json, true);
var_dump($data);