API für BloodAxeBrotherhood | no BP Wipe | vanilla 2x | 1xSolfur
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 224,
"fps_avg": 214,
"entities_count": 73624,
"world_seed": 579449660,
"world_size": 3750,
"steam_id": "90286593902411799",
"domain": null,
"id": 11710888,
"ip": "185.216.147.183",
"port": 28080,
"query": 28015,
"color": 0,
"city": "City of London",
"description": "\nWelcome to Bloodaxebrotherhood! \r\n\r\nWe are a brand new server looking to build a fresh, dedicated Rust community from the ground up. We believe the players should shape the server, so your voice matters here. Join our Discord to vote on wipe schedules, suggest changes, and help us create the ultimate Rust experience.\r\n\r\nSERVER INFO:\r\n- 2x Vanilla (1x Sulfur)\r\n- No BP Wipes\r\n- Monthly Map Wipes\r\n- No Team Limit\r\n\r\nLINKS:\r\nWebsite: yppacore.com/rust\r\nDiscord: discord.gg/VKnta7HEK9\r\n\r\nJoin the brotherhood today!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780577674,
"last_online": 1780578211,
"icon": null,
"name": "BloodAxeBrotherhood | no BP Wipe | vanilla 2x | 1xSolfur",
"connect": "185.216.147.183:28080",
"request": "185.216.147.183:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1780300730,
"last_update": 1780578211,
"banned": false,
"wipe": 1780577713,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10251,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/11710888");
$data = json_decode($json, true);
var_dump($data);