Killing Floor 2
API für Magic Degenerados
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/7928724json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7928724,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 232090,
"owner": 108522,
"boosts": 1,
"last_offline": 1750457066,
"score": 0,
"last_online": 1741060837,
"icon": null,
"name": "Magic Degenerados",
"connect": null,
"request": null,
"map": "KF-Biolapse",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1740815284,
"last_update": 1750457066,
"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": 799,
"language": "pt",
"parked": true,
"app": {
"id": 51,
"steam_id": 232090,
"name": "Killing Floor 2",
"url": "killing-floor-2"
},
"server_owner": {
"username": "GrimshawEden",
"avatar": "c1fd6ce1-ac53-4b92-a68d-ac1816228d8f.jpg",
"last_online": 1740873697
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/7928724");
$data = json_decode($json, true);
var_dump($data);