Killing Floor
API для BlackMesaAG Dead Space v2.0 (DSM) | "Death is only the Beginnin
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/3699673json
{
"response": {
"steam_id": 90285689704666140,
"domain": null,
"id": 3699673,
"ip": "89.58.3.58",
"port": 7713,
"query": 28858,
"color": 0,
"city": "Nuremberg",
"description": "",
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1778644977,
"score": null,
"last_online": 1778718064,
"icon": null,
"name": "BlackMesaAG Dead Space v2.0 (DSM) | \"Death is only the Beginnin",
"connect": "89.58.3.58:7713",
"request": "89.58.3.58:28858",
"map": "KF-BlackMesaAG_NeonLightsX",
"gamemode": "Dead Space :: Killing Floor",
"version": "1.0.6.5",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1712142619,
"last_update": 1778718064,
"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": 133,
"language": "de",
"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/3699673");
$data = json_decode($json, true);
var_dump($data);