Killing Floor
API для �@@[insomniAxe.net]�@�@Sigma�[Sydney]���@Vehicle�Mod
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/1103643json
{
"response": {
"steam_id": "90283891267135507",
"domain": null,
"id": 1103643,
"ip": "221.121.154.221",
"port": 10711,
"query": 31856,
"color": 0,
"city": "Sydney",
"description": "",
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1775563931,
"score": null,
"last_online": 1776517343,
"icon": null,
"name": "�@@[insomniAxe.net]�@�@Sigma�[Sydney]���@Vehicle�Mod",
"connect": "221.121.154.221:10711",
"request": "221.121.154.221:31856",
"map": "VM-TheddlePedal_KFVM",
"gamemode": "Vehicle Game Type",
"version": "1.0.6.5",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1688787049,
"last_update": 1776517343,
"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": 126,
"language": "en",
"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/1103643");
$data = json_decode($json, true);
var_dump($data);