API для 【小闪电】三人萌新服丨6.5新开丨仿官原倍
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 55,
"fps_avg": 53,
"entities_count": 104051,
"world_seed": 1051787232,
"world_size": 4000,
"steam_id": "90286621729341448",
"domain": null,
"id": 10714492,
"ip": "110.42.101.21",
"port": 7663,
"query": 7665,
"project_id": null,
"color": 0,
"city": "Ningbo",
"description": "\n\r\n【小闪电萌新乐园】 \r\n 仿官、无权、纯净服\r\n无需加速器,如下不了地图加QQ群713468534 \r\n服里基本都是萌新,严查挂、宏、恶意炸鱼等行为 \r\n清档时间:6月5日15:00 每周五清 \r\n队伍人员限制:【3人】严查超员、共享物资、多人联盟欺负萌新等情况 \r\n萌新可提问,举报作弊(带F1 combatlog)可加管理员QQ \r\n\r\n佛系公益,欢迎大大赞助! \r\n\r\n 祝大家玩得开心",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780776861,
"last_online": 1780867830,
"icon": null,
"name": "【小闪电】三人萌新服丨6.5新开丨仿官原倍",
"connect": "110.42.101.21:7663",
"request": "110.42.101.21:7665",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1765132200,
"last_update": 1780867830,
"banned": false,
"wipe": 1780641397,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2633,
"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/10714492");
$data = json_decode($json, true);
var_dump($data);