Rust
Enjoy - Solo/Duo only, no BP wipes. True Vanilla. 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/6509427json
{
"response": {
"fps": 84,
"fps_avg": 83,
"entities_count": 178348,
"world_seed": 1337,
"world_size": 3750,
"steam_id": "90284723548083205",
"domain": null,
"id": 6509427,
"ip": "176.9.112.88",
"port": 28026,
"query": 28025,
"color": 0,
"city": "Falkenstein",
"description": "\nWelcome to Enjoy Best SOLO/DUO since 2020! \r\n\r\n Rust's only DUO with a good POP throughout wipe. \r\n\r\n • 3+ Vac/Game Ban = Ban \r\n • Teaming/Alliance = Ban \r\n • Cheating/Scripting = Ban \r\n • VAC/Gameban < 365 days = permanent ban on Enjoy. \r\n\r\n • Last Map Wipe: 16/04/2026 18:00 CEST. \r\n • Next Map Wipe: 30/04/2026 18:00 CEST. \r\n Very active Admins and custom tools make sure there are no teams and less cheaters than anywhere else. \r\n We have a strong community, encourage helping starters and organize monthly community events. \r\n We are community driven, and if you can donate, voting options on the map as well as queue skips and protecting your name are options you get. \r\n Join our Discord for Tips on playing SOLO/DUO, Community and creating reports. \r\n\r\n Discord: https://discord.gg/FqhjHsuNPs \r\n Rules: https://enjoyrust.com/p/rules \r\n Store: https://store.enjoyrust.com/category/duo \r\n Website: https://enjoyrust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776657798,
"score": 0,
"last_online": 1776821417,
"icon": null,
"name": "Enjoy - Solo/Duo only, no BP wipes. True Vanilla.",
"connect": "176.9.112.88:28026",
"request": "176.9.112.88:28025",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 22,
"maxplayers": 165,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1730396140,
"last_update": 1776821417,
"banned": false,
"wipe": 1776355033,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 709,
"language": "de",
"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/6509427");
$data = json_decode($json, true);
var_dump($data);