API для Most Excellent Stuff (HoE Extreme + RPG)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": "d:4,e:4,a:1,l:0,m:1,k:0,i:3,n:0,h:0,b:0,c:0,p:0,f:0,q:0,r:-1,",
"os": "w",
"product": "KF2",
"region": 255,
"steam_id": "90289879698153490",
"domain": null,
"id": 13005801,
"ip": "159.196.175.182",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Sydney",
"description": null,
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1785393263,
"last_online": 1785398400,
"icon": null,
"name": "Most Excellent Stuff (HoE Extreme + RPG)",
"connect": "159.196.175.182:7777",
"request": "159.196.175.182:27015",
"map": "KF-DenpaTower",
"gamemode": null,
"version": "1150",
"numplayers": 1,
"maxplayers": 64,
"bots": 1,
"secured": true,
"private": null,
"country": "AU",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1785393263,
"last_update": 1785398400,
"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": 117,
"language": "en",
"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/13005801");
$data = json_decode($json, true);
var_dump($data);