Killing Floor 2
API für Kazakhstan UKG Server 24/7 Hard
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/6998632json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6998632,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 232090,
"owner": 93079,
"boosts": 1,
"last_offline": 1756334708,
"score": 0,
"last_online": 1752082301,
"icon": null,
"name": "Kazakhstan UKG Server 24/7 Hard",
"connect": null,
"request": null,
"map": "KF-AIRSHIP",
"gamemode": "Killing Floor 2",
"version": null,
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": false,
"country": "KZ",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1734973544,
"last_update": 1756334708,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 904,
"language": "kk",
"parked": true,
"app": {
"id": 51,
"steam_id": 232090,
"name": "Killing Floor 2",
"url": "killing-floor-2"
},
"server_owner": {
"username": "DImONeLLa",
"avatar": "9f296467-dcc0-48ea-8c67-ef7604438281.jpg",
"last_online": 1772644766
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/6998632");
$data = json_decode($json, true);
var_dump($data);