API для 【泯灭PVE】突袭|强化|等级|火箭枪|合成
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 188,
"fps_avg": 161,
"entities_count": 79097,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90288419210015770",
"domain": null,
"id": 11838432,
"ip": "43.248.3.131",
"port": 28115,
"query": 28117,
"project_id": null,
"color": 0,
"city": "Shiyan",
"description": "\n※※社区官网:rust.minmieyx.asia QQ群:956914274\r\n\r\n※※本服为官清PVE 休闲养老 低倍 非队友间无伤害\r\n※※养成系列 养殖 强化 人物升级\r\n※※更多游戏介绍,请点击下方访问网页!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1783538597,
"last_online": 1783635626,
"icon": null,
"name": "【泯灭PVE】突袭|强化|等级|火箭枪|合成",
"connect": "43.248.3.131:28115",
"request": "43.248.3.131:28117",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2631",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1781954462,
"last_update": 1783635626,
"banned": false,
"wipe": 1783016519,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5407,
"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/11838432");
$data = json_decode($json, true);
var_dump($data);