API для KF2 Server The Zone
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": "d:4,e:1,a:0,l:0,m:0,k:1,i:1,n:0,h:0,b:1,c:0,p:0,f:1,q:0,r:-1,",
"os": "w",
"product": "KF2",
"region": 255,
"steam_id": "90289835479673875",
"domain": null,
"id": 12984402,
"ip": "83.23.23.224",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Kołobrzeg",
"description": null,
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1785404958,
"last_online": 1785362400,
"icon": null,
"name": "KF2 Server The Zone",
"connect": "83.23.23.224:7777",
"request": "83.23.23.224:27015",
"map": "KF-CRASH",
"gamemode": null,
"version": "1150",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": null,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785354268,
"last_update": 1785404958,
"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": 1491,
"language": "pl",
"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/12984402");
$data = json_decode($json, true);
var_dump($data);