API для [幻想乡] 乌——拉尔山 群:738020056
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392926014596",
"domain": null,
"id": 11665050,
"ip": "113.17.16.10",
"port": 25566,
"query": 25566,
"color": 0,
"city": "Liuchow",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1780511037,
"last_online": 1780590841,
"icon": "http://xiao9jun.top:25213/f/5dea8c06c0d24740bc3d/?dl=1",
"name": "[幻想乡] 乌——拉尔山 群:738020056",
"connect": "113.17.16.10:25566",
"request": "113.17.16.10:25566",
"map": "Ural Mountains LN",
"gamemode": "东方众养老基地",
"version": "3.26.3.2",
"numplayers": 0,
"maxplayers": 9,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780179091,
"last_update": 1780590841,
"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": 1605,
"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/11665050");
$data = json_decode($json, true);
var_dump($data);