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