Killing Floor 2
API для [HU] egy jó öreg KF2 fun szerver #02
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10543100json
{
"response": {
"steam_id": "90284973746128911",
"domain": null,
"id": 10543100,
"ip": "37.221.209.24",
"port": 7778,
"query": 27040,
"color": 0,
"city": "Budapest",
"description": null,
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1768642529,
"score": 0,
"last_online": 1777236765,
"icon": null,
"name": "[HU] egy jó öreg KF2 fun szerver #02",
"connect": "37.221.209.24:7778",
"request": "37.221.209.24:27040",
"map": "KF-ASHWOODASYLUM",
"gamemode": "Killing Floor 2",
"version": "1150",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "HU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1762521140,
"last_update": 1777236765,
"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": 158,
"language": "hu",
"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/10543100");
$data = json_decode($json, true);
var_dump($data);