【天下会】2倍|半月清|阵营对抗|奇特玩法 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 152,
"fps_avg": 149,
"entities_count": 90295,
"world_seed": 1999346723,
"world_size": 4000,
"steam_id": "90286576206274567",
"domain": null,
"id": 11677411,
"ip": "43.249.193.239",
"port": 10030,
"query": 10032,
"color": 0,
"city": "Jinan",
"description": "【天下会】·半月清 盟战专服\r\nQQ群1091247201\r\n 半月清档|帮派集结|阵营争霸\r\n 积分躺赚|团战/守家/活跃就能攒\r\n 积分抽奖|坦克/战机/顶级物资直接出\r\n 攻城死斗|阵营对抗|和兄弟一起炸穿全服\r\n 无特权无外挂|天下会只认兄弟不认钱\r\n 加入阵营,开上坦克,和兄弟们一起拿下全服霸权!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780567468,
"last_online": 1780607432,
"icon": null,
"name": "【天下会】2倍|半月清|阵营对抗|奇特玩法",
"connect": "43.249.193.239:10030",
"request": "43.249.193.239:10032",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780216206,
"last_update": 1780607432,
"banned": false,
"wipe": 1780155447,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5536,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11677411");
$data = json_decode($json, true);
var_dump($data);