API для Killing Floor Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": 255,
"product": "killingfloor",
"gametype": "l;1;0",
"dedicated": false,
"steam_id": "90291645906372619",
"domain": null,
"id": 14107758,
"ip": "156.59.4.19",
"port": 7707,
"query": 28852,
"project_id": null,
"color": 0,
"city": "Hong Kong",
"description": null,
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1787781728,
"last_online": 1787770982,
"icon": null,
"name": "Killing Floor Server",
"connect": "156.59.4.19:7707",
"request": "156.59.4.19:28852",
"map": "KF-WestLondon",
"gamemode": null,
"version": "1.0.6.5",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": null,
"country": "HK",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787769186,
"last_update": 1787781728,
"ban_reason": null,
"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": 2477,
"language": "zh",
"parked": false,
"app": {
"id": 50,
"steam_id": 1250,
"name": "Killing Floor",
"url": "killing-floor"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14107758");
$data = json_decode($json, true);
var_dump($data);