API dla [纪元PVE] 工业|死亡不掉|标点|自动流
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 104,
"fps_avg": 122,
"entities_count": 136128,
"world_seed": 233,
"world_size": 3850,
"steam_id": "90286589665561613",
"domain": null,
"id": 11607174,
"ip": "183.134.19.79",
"port": 24015,
"query": 24018,
"color": 0,
"city": "Hangzhou",
"description": "欢迎来到【纪元PVE】休闲服务器!\r\n\r\n🎮 服务器特色:\r\n• 工业模组 - 自动化生产,告别枯燥刷资源\r\n• 死亡不掉落 - 放心探索,无惧死亡惩罚\r\n• 标点传送 - 地图标记即可传送,便捷出行\r\n• 自动流水线 - 轻松建设,享受创造乐趣\r\n\r\n🤝 PVE友好环境,适合休闲玩家、建筑党、新手玩家\r\n💬 中文社区,QQ群:167808096\r\n\r\n愿你在纪元世界,建造属于你的家园!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780584273,
"last_online": 1780583430,
"icon": null,
"name": "[纪元PVE] 工业|死亡不掉|标点|自动流",
"connect": "183.134.19.79:24015",
"request": "183.134.19.79:24018",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 67,
"add_date": 1779915498,
"last_update": 1780584273,
"banned": false,
"wipe": 1779540862,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 638,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11607174");
$data = json_decode($json, true);
var_dump($data);