API для 『七喜』6.2日-仿官/独狼双人/礼包/萌新养老
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 230,
"fps_avg": 231,
"entities_count": 81146,
"world_seed": 1703893226,
"world_size": 3750,
"steam_id": "90286610085928963",
"domain": null,
"id": 11502546,
"ip": "43.249.192.6",
"port": 27025,
"query": 27026,
"color": 0,
"city": "Jinan",
"description": "\n地图每周重置一次\r\n\r\n 举报玩家:游戏内按F7举报 或者 加群私聊群主\r\n\r\n QQ群:289797\r\n\r\n请务必遵守如下规则:\r\n-工具柜最多2人同时授权\r\n-密码锁最多2人同时授权\r\n-每个基地最多容纳2人\r\n-最多2人同时出行/抄家\r\n-更换队友时务必清除领地授权、炮塔授权、睡袋,并更改密码,否则一律按超员处置\r\n-在任何情况下都不允许其他队伍的玩家进入你的基地(被抄家除外)\r\n-禁止结盟\r\n-禁止任何形式的作弊,包括鼠标宏",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780671800,
"last_online": 1780610434,
"icon": null,
"name": "『七喜』6.2日-仿官/独狼双人/礼包/萌新养老",
"connect": "43.249.192.6:27025",
"request": "43.249.192.6:27026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207203,
"last_update": 1780671800,
"banned": false,
"wipe": 1780125143,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10954,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11502546");
$data = json_decode($json, true);
var_dump($data);