Banana Shooter
API für German Horror Games
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9309229json
{
"response": {
"steam_id": "90282503332112396",
"domain": null,
"id": 9309229,
"ip": "109.230.238.95",
"port": 27210,
"query": null,
"color": 0,
"city": "Münster",
"description": "[{\"id\":\"kIpzHoWAKT\",\"type\":\"header\",\"data\":{\"text\":\"German Horror Games\",\"level\":2}},{\"id\":\"Er14GHed0z\",\"type\":\"paragraph\",\"data\":{\"text\":\"↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓\"}},{\"id\":\"xQIoPZGR03\",\"type\":\"linkTool\",\"data\":{\"link\":\"steam://rungameid/1949740//+connect%20109.230.238.95:27210\",\"meta\":{}}}]",
"game": 1949740,
"owner": 122776,
"boosts": 1,
"last_offline": 1774990935,
"score": 0,
"last_online": 1775860213,
"icon": null,
"name": "German Horror Games",
"connect": "109.230.238.95:27210",
"request": null,
"map": null,
"gamemode": "Banana Shooter",
"version": "1.363",
"numplayers": 1,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1747690285,
"last_update": 1775860213,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": true,
"position_game": 2,
"language": "de",
"parked": false,
"app": {
"id": 1559569,
"steam_id": 1949740,
"name": "Banana Shooter",
"url": "banana-shooter"
},
"server_owner": {
"username": "Bacnof",
"avatar": "bed94772-52cd-4087-9af6-48227bb0f276.jpg",
"last_online": 1773670983
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/9309229");
$data = json_decode($json, true);
var_dump($data);