Rust
TBG | 2x Monthly | QoL | No P2W (Queue VIP) 的 API
我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11004802json
{
"response": {
"fps": 115,
"fps_avg": 117,
"entities_count": 94193,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90284186711181332",
"domain": null,
"id": 11004802,
"ip": "192.95.47.34",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Montreal",
"description": "\nTrue Born Gaming Rust Server • 2x Gather & 2x Loot • Free QoL (Furnace Splitter, Stack QoL, Faster Smelt) • VIP = Queue Priority ONLY • No Gameplay Advantages / No Kits / No P2W • Monthly Map Wipes | BP Wipe Bi-Monthly • Active Admins | Fair Play | discord.gg/tbgclan | tbgclan.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775836927,
"score": 0,
"last_online": 1775887814,
"icon": null,
"name": "TBG | 2x Monthly | QoL | No P2W (Queue VIP)",
"connect": "192.95.47.34:28015",
"request": "192.95.47.34:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 5,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1769938986,
"last_update": 1775887814,
"banned": false,
"wipe": 1775200117,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1434,
"language": "en",
"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.cn/servers/11004802");
$data = json_decode($json, true);
var_dump($data);