Rust
Bubble Wrap Rust | Duo | 3x | Noob Freindly | Free VIP 的 API
我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10347409json
{
"response": {
"fps": 52,
"fps_avg": 51,
"entities_count": 109402,
"world_seed": 1814957568,
"world_size": 4250,
"steam_id": "90284165393026074",
"domain": null,
"id": 10347409,
"ip": "156.236.84.197",
"port": 28120,
"query": 28121,
"color": 0,
"city": "City of London",
"description": "\nMODIFIERS:\r\n3x gather | 1x sulfur\r\n3x electric\r\nIncreased turret limit\r\n3x scrap, components, stack sizes\r\n3x crafting, recycling, smelting\r\n50% Upkeep\r\n\r\nPLUGINS INCLUDE:\r\n• Backpacks – players get extra storage in their backpack\r\n• SAM Site Auth – can't be shot down by your own SAMs\r\n• Free Minicopters – /mymini to spawn a mini, minis also spawn on roads\r\n• PVE Events | Airfield Event | Harbour Event | NPC Raidable Bases | Plane Crash\r\n• Drone marketplaces at Fishing Villages & Ranches\r\n• Recyclers at Dome, Oilrigs, Cargo, Ranches & Fishing Villages\r\n• Starter Kits – spawn with essential supplies on first login\r\n• Map Wipe Polls – vote in Discord\r\n• Leaderboards – in game and online leaderboards\r\n• Raid Alarm – automatically receive raid notifications to your Rust+ account\r\n\r\nSERVER INFO:\r\nMap Wipe: Monthly on the first Thursday of the month\r\nBlueprints: Never wipe\r\nMax Team Size: 4\r\nOffline Protection: 10 minutes after logging off, protection kicks in and you have peace of mind you won't be offline raided for the next 2 days\r\n\r\nDiscord: https://discord.gg/dnF4J8ywzr | VIP: TBC",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775758324,
"score": 0,
"last_online": 1775887216,
"icon": null,
"name": "Bubble Wrap Rust | Duo | 3x | Noob Freindly | Free VIP",
"connect": "156.236.84.197:28120",
"request": "156.236.84.197:28121",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1758526804,
"last_update": 1775887216,
"banned": false,
"wipe": 1775758426,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3840,
"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/10347409");
$data = json_decode($json, true);
var_dump($data);