API für [NZ/AU] LANFLAT 2X Modded
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 162,
"fps_avg": 159,
"entities_count": 112806,
"world_seed": 478532079,
"world_size": 3500,
"steam_id": "90285773057518595",
"domain": null,
"id": 1400283,
"ip": "219.88.232.129",
"port": 28015,
"query": 28014,
"color": 0,
"city": "Auckland",
"description": "![[NZ/AU] LANFLAT 2X Modded](https://i.ibb.co/HPjbZd3/LANFlat-rust-banner1.png)\nWelcome to LANFLAT 2x Modded Server \r\nWiped 15/05/26 \r\nNext Wipe 22/05/26 \r\nBP WIPED 08/05/2026 \r\nJoin Our Discord https://discord.gg/wGExDtPJKa \r\nServer Rules \r\nNo Racism / Sexism / Threats / NSFW Content / Excessive Harassment \r\nNo in-game bug exploiting / cheating of any kind \r\nNo advertising \r\nNo doxing \r\nRespect all the other players that are online \r\nHave fun and enjoy the server \r\nIf you have any issues with players or the server please let the admin know on Discord \r\nDon't trust those nakeds on the beach \r\nDont be a dick",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780571610,
"last_online": 1780326035,
"icon": null,
"name": "[NZ/AU] LANFLAT 2X Modded",
"connect": "219.88.232.129:28015",
"request": "219.88.232.129:28014",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "NZ",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1696082600,
"last_update": 1780571610,
"banned": false,
"wipe": 1778826459,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10385,
"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/1400283");
$data = json_decode($json, true);
var_dump($data);