EU Velt.gg 2x Monthly Duo Premium|50% Upkeep|No BP Wipe|Max2|x2 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 63,
"fps_avg": 61,
"entities_count": 79835,
"world_seed": 1337,
"world_size": 3650,
"steam_id": "90286500941966362",
"domain": null,
"id": 7957599,
"ip": "86.54.213.4",
"port": 28015,
"query": 28020,
"color": 0,
"city": "London",
"description": "\nMonthly map wipes - on forced wipe at 19:00 BST/20:00 CEST\nBlueprints never wipe!\nMax team limit: 2 (/limits)\n\nJoin us on Discord: discord.gg/VeltRust\nGet VIP perks: Store.Velt.gg\nStats and Leaderboards: Velt.gg/leaderboard\n--------------- | Features | ---------------\nEnjoy free /skinbox - skin any item\n50% upkeep\nRust+ Raid Alerts when you're getting raided\nCustom Convoy event roaming the road every few hours\nCustom Airfield event every few hours\n2x gather, scrap and components\n2x faster crafting and recycling\nIncreased stack sizes & faster smelting\nMinicopters spawning on roads, scrap helicopters in the wild\nCars spawn ready-to-drives with parts included\nDrone marketplaces & AirWolf at fishing villages & ranches\nRecyclers at Dome, Oilrigs, Ranches & Fishing Villages\nLong days and shorter nights\nActive, non-playing admins to ensure fair play\nAnd so much more! View more with /help\n--------------- | Rules | ---------------\nNo cheating or playing with cheaters. No VPNs/proxies allowed\nNo Rust game banned alts in the last 180 days, no more than 1\nView more with /rules",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780551031,
"icon": null,
"name": "EU Velt.gg 2x Monthly Duo Premium|50% Upkeep|No BP Wipe|Max2|x2",
"connect": "86.54.213.4:28015",
"request": "86.54.213.4:28020",
"map": "discord.gg/VeltRust",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1740882000,
"last_update": 1780551031,
"banned": false,
"wipe": 1778175975,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2789,
"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/7957599");
$data = json_decode($json, true);
var_dump($data);