Killing Floor
API для Z�-=ZLOY-KF-Hell�on�Earth-v.2023-VIP-ServPerks.v10(1-75.lvl)=-
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/247682json
{
"response": {
"steam_id": "90284731741656088",
"domain": null,
"id": 247682,
"ip": "37.230.137.210",
"port": 7707,
"query": 28852,
"color": 0,
"city": "Moscow",
"description": "",
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1774398712,
"score": null,
"last_online": 1776763907,
"icon": null,
"name": "Z�-=ZLOY-KF-Hell�on�Earth-v.2023-VIP-ServPerks.v10(1-75.lvl)=-",
"connect": "37.230.137.210:7707",
"request": "37.230.137.210:28852",
"map": "KF-Lite_Pub_[rmx_by_KoT]",
"gamemode": "Killing Floor",
"version": "1.0.6.5",
"numplayers": 0,
"maxplayers": 230,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1583081832,
"last_update": 1776763907,
"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": 30,
"language": "ru",
"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/247682");
$data = json_decode($json, true);
var_dump($data);