Rust
EU | Rust Deltass | Solo/Duo/Trio | Fridays 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/9972178json
{
"response": {
"fps": 70,
"fps_avg": 69,
"entities_count": 62650,
"world_seed": 330380,
"world_size": 3500,
"steam_id": "90285502628967432",
"domain": null,
"id": 9972178,
"ip": "149.143.95.115",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Heerde",
"description": "\nWelcome to Deltass Rust\r\n\r\nPure Rust, no pay-to-win, just fair and balanced gameplay with quality-of-life improvements.\r\nHosted on a dedicated server in the Netherlands for smooth, low-latency performance and high stability.\r\n\r\nServer Info\r\n- Group limit: 3 players\r\n- Active admin support and regular updates\r\n\r\nWipe Schedule\r\n- Weekly map wipes every Friday\r\n- Biweekly full wipes every 2nd Friday\r\n- Wipe time: 17:00 CET\r\n\r\nNext wipe type: Full wipe\r\nNext wipe date: 15 May 17:00 CET\r\n\r\nNo pay-to-win mechanics, just pure Rust fun.\r\n\r\nYour adventure starts here!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778251984,
"score": 0,
"last_online": 1778534420,
"icon": null,
"name": "EU | Rust Deltass | Solo/Duo/Trio | Fridays",
"connect": "149.143.95.115:28015",
"request": "149.143.95.115:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1754855393,
"last_update": 1778534420,
"banned": false,
"wipe": 1778252247,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3481,
"language": "nl",
"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/9972178");
$data = json_decode($json, true);
var_dump($data);