API für [EU] BetterRust - One Grid | 5x Solo/Duo/Trio JUST WIPED
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 232,
"fps_avg": 230,
"entities_count": 8527,
"world_seed": 1585000578,
"world_size": 1500,
"steam_id": "90286173884039174",
"domain": null,
"id": 11158507,
"ip": "157.85.95.14",
"port": 23063,
"query": 23064,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[EU] BetterRust - One Grid | 5x Solo/Duo/Trio JUST WIPED](https://www.betterrust.com/img/assets/servers/banners/onegrid5x.png)\nWelcome to BetterRust — a fast-paced competitive One Grid experience built for players who want nonstop action.\r\nGroup Size = Trio (3)\r\n5x Rates | Balanced Loot | QOL Mods\r\nYou are given T1 and T2 blueprints upon spawning.\r\nNights last 5 minutes and are always bright.\r\n\r\nMap Wipes: Every Wednesday & Saturday at 3PM EST\r\nBlueprints: Monthly on Force Wipe\r\n\r\n[Server Rules]:\r\n• No cheating\r\n• No impersonating staff members.\r\n• No over-teaming (Max Trio — No Alliances).\r\n• No racism\r\n• No Rust/EAC banned accounts under 180 days.\r\n\r\n[Server Perks]:\r\n• Active & Fair Staff\r\n• One Grid PvP Focused Map\r\n• High Performance Hardware\r\n• DDoS Protected\r\n• Lag-Free Gameplay\r\n• No Pay-to-Win\r\n\r\nJoin our Discord server for more information!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780658014,
"last_online": 1779911425,
"icon": null,
"name": "[EU] BetterRust - One Grid | 5x Solo/Duo/Trio JUST WIPED",
"connect": "157.85.95.14:23063",
"request": "157.85.95.14:23064",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772228112,
"last_update": 1780658014,
"banned": false,
"wipe": 1779652927,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10171,
"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/11158507");
$data = json_decode($json, true);
var_dump($data);