Killing Floor 2
API für #05 SPB-GS | Perception
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/7479235json
{
"response": {
"steam_id": "90283364463472646",
"domain": null,
"id": 7479235,
"ip": "93.100.232.131",
"port": 7783,
"query": 27021,
"color": 0,
"city": "St Petersburg",
"description": null,
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1771393899,
"score": 0,
"last_online": 1777234926,
"icon": null,
"name": "#05 SPB-GS | Perception",
"connect": "93.100.232.131:7783",
"request": "93.100.232.131:27021",
"map": "KF-NETHERHOLD",
"gamemode": "Killing Floor 2",
"version": "1150",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1739268803,
"last_update": 1777234926,
"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": 416,
"language": "ru",
"parked": false,
"app": {
"id": 51,
"steam_id": 232090,
"name": "Killing Floor 2",
"url": "killing-floor-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/7479235");
$data = json_decode($json, true);
var_dump($data);