API для 『摸鱼二服』俄罗斯/白天PVE/晚上PVP
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392925900451",
"domain": null,
"id": 11665049,
"ip": "115.29.198.196",
"port": 27019,
"query": 27019,
"color": 0,
"city": "Hangzhou",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1780179091,
"last_online": 1780560821,
"icon": null,
"name": "『摸鱼二服』俄罗斯/白天PVE/晚上PVP",
"connect": "115.29.198.196:27019",
"request": "115.29.198.196:27019",
"map": "Russia",
"gamemode": "便捷插件/死亡不掉/建筑无敌/二次元/一起开银�",
"version": "3.26.3.2",
"numplayers": 0,
"maxplayers": 36,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780179091,
"last_update": 1780560821,
"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": 1595,
"language": "zh",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11665049");
$data = json_decode($json, true);
var_dump($data);