Killing Floor 2
API для #01 SPB-GS | Endzeit | +10% XP
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7479224json
{
"response": {
"steam_id": "90284639317166086",
"domain": null,
"id": 7479224,
"ip": "93.100.232.131",
"port": 7779,
"query": 27017,
"color": 0,
"city": "St Petersburg",
"description": null,
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1771393899,
"score": 0,
"last_online": 1777236615,
"icon": null,
"name": "#01 SPB-GS | Endzeit | +10% XP",
"connect": "93.100.232.131:7779",
"request": "93.100.232.131:27017",
"map": "KF-ASHWOODASYLUM",
"gamemode": "Killing Floor 2",
"version": "1150",
"numplayers": 6,
"maxplayers": 6,
"bots": 6,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 88,
"add_date": 1739268803,
"last_update": 1777236615,
"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": 4,
"language": "ru",
"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/7479224");
$data = json_decode($json, true);
var_dump($data);