『独狼基地』|6.2新档|双倍|单人|Solo|新手首选| için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 54,
"fps_avg": 54,
"entities_count": 109051,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90286389197466624",
"domain": null,
"id": 11606977,
"ip": "202.189.5.244",
"port": 21015,
"query": 21017,
"color": 0,
"city": "Beijing",
"description": "1.组队限制,单人服无法组队\r\n2.基础规则,参考官服规则\r\n3.禁止开外挂和鼠标宏,发现者ban全队并公示群内\r\n4.重启时间,每天早晨8:00:结束8:30\r\n5.举报有两种方法,①加群举报F1输入combatlog截图数据②F7官方举报\r\n6.请绿色游戏减少用爱发电管理工作量:请联系QQ群管理:1012571149\r\n7.最后警告开挂/宏可耻!祝大家玩的开心!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780565609,
"last_online": 1780417237,
"icon": null,
"name": "『独狼基地』|6.2新档|双倍|单人|Solo|新手首选|",
"connect": "202.189.5.244:21015",
"request": "202.189.5.244:21017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 115,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915490,
"last_update": 1780565609,
"banned": false,
"wipe": 1779426154,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12276,
"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/11606977");
$data = json_decode($json, true);
var_dump($data);