Rust
API für 永久-Ai精选|4.22|12:00档|1人|单人|3倍
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11261005json
{
"response": {
"fps": 125,
"fps_avg": 125,
"entities_count": 95168,
"world_seed": 2050235273,
"world_size": 4000,
"steam_id": "90284791318860808",
"domain": null,
"id": 11261005,
"ip": "202.189.23.240",
"port": 40215,
"query": 40216,
"color": 0,
"city": "Beijing",
"description": "\n\r\n[服宣]: 无权限-无假人.\r\n[清档]: 每周六下午14点-蓝图随官清.\r\n[服宣]: 查挂方式:观战录屏-腐竹远程.\r\n[服规]: 进服后聊天输入: /gz 查看规则.\r\n[加群礼包]: 添加QQ群号进群: 648854506.\r\n[服规]: 禁无间道-禁黄色-禁宏-禁挂-禁卡BUG.\r\n[服宣]: 黑洞防御-保障服务器被攻击不掉线-稳定畅玩.\r\n[服宣]: 黑号-隐私号-如被自动踢出服务器-请加群咨询.\r\n[服宣]: 服务器玩家类型:妹子多-萌新-学生党-上班族-养老独狼玩家.\r\n[服宣]: 选择本服务器的理由:没有权限-三倍资源-游戏界面干净-修改较少.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776776600,
"score": 0,
"last_online": 1776836416,
"icon": null,
"name": "永久-Ai精选|4.22|12:00档|1人|单人|3倍",
"connect": "202.189.23.240:40215",
"request": "202.189.23.240:40216",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 51,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 78,
"add_date": 1774555215,
"last_update": 1776836416,
"banned": false,
"wipe": 1776502831,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 375,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11261005");
$data = json_decode($json, true);
var_dump($data);