Killing Floor 2
API для KR|PoluMolu 02|Precision Perk Only|Normal
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/4604494json
{
"response": {
"steam_id": "90284903251673108",
"domain": null,
"id": 4604494,
"ip": "211.216.204.47",
"port": 7780,
"query": 27030,
"color": 0,
"city": "Yeongcheon-si",
"description": "",
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1777236759,
"score": 0,
"last_online": 1777040505,
"icon": null,
"name": "KR|PoluMolu 02|Precision Perk Only|Normal",
"connect": "211.216.204.47:7780",
"request": "211.216.204.47:27030",
"map": "KF-SPILLWAY",
"gamemode": "Killing Floor 2",
"version": "1150",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "KR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1717340157,
"last_update": 1777236759,
"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": 898,
"language": "ko",
"parked": false,
"app": {
"id": 51,
"steam_id": 232090,
"name": "Killing Floor 2",
"url": "killing-floor-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/4604494");
$data = json_decode($json, true);
var_dump($data);