Arma 3
API для #04 [自娱自乐][PVE][无限防守]僵尸-QQ群778967276
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/9055273json
{
"response": {
"steam_id": "90284715160398859",
"domain": null,
"id": 9055273,
"ip": "110.42.44.114",
"port": 22342,
"query": 22343,
"color": 0,
"city": "Ningbo",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776334423,
"score": 0,
"last_online": 1776809523,
"icon": null,
"name": "#04 [自娱自乐][PVE][无限防守]僵尸-QQ群778967276",
"connect": "110.42.44.114:22342",
"request": "110.42.44.114:22343",
"map": "Altis",
"gamemode": "Dynamic Bulwarks (无限防守) z改版v1.005",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 18,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1746990014,
"last_update": 1776809523,
"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": 1073,
"language": "zh",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/9055273");
$data = json_decode($json, true);
var_dump($data);