API für DEAD EU 2X Monthly |Solo/Duo/Trio|No BP Wipes|Shared BPs| Just
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 16795,
"world_seed": 1267422549,
"world_size": 2000,
"steam_id": "90286605112989726",
"domain": null,
"id": 11644777,
"ip": "135.125.236.142",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Limburg an der Lahn",
"description": "\nEuropean Server\r\n\r\nRates\r\n2X Gather | 2X Components & Scrap | 2X Craft Speed\r\n\r\nTime\r\nLong Days | Fast Nights\r\n\r\nWipe Schedule\r\nMap: First Thursday (Force Wipe)\r\nBP: Never wiped\r\n\r\nRules\r\nMax team size: 3 (Solo/Duo/Trio)\r\nNo cheating or exploiting\r\n\r\nConnect\r\nclient.connect 135.125.236.142:28015\r\n\r\nCommunity\r\nDiscord: discord.gg/mNvkFvWKCf\r\nBattleMetrics: battlemetrics.com/servers/rust/39217637",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598666,
"last_online": 1780605028,
"icon": null,
"name": "DEAD EU 2X Monthly |Solo/Duo/Trio|No BP Wipes|Shared BPs| Just",
"connect": "135.125.236.142:28015",
"request": "135.125.236.142:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 2,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1780177435,
"last_update": 1780605028,
"banned": false,
"wipe": 1780596210,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1610,
"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/11644777");
$data = json_decode($json, true);
var_dump($data);