[AU] Mallows Rust - Bi-Weekly | Solo/Duo/Trio/Quad 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 74,
"fps_avg": 72,
"entities_count": 94631,
"world_seed": 2147483647,
"world_size": 4000,
"steam_id": "90286420684439575",
"domain": null,
"id": 10815518,
"ip": "51.161.219.251",
"port": 28070,
"query": 28071,
"color": 0,
"city": "North Sydney",
"description": "![[AU] Mallows Rust - Bi-Weekly | Solo/Duo/Trio/Quad](https://i.imgur.com/n1PvXcf.png)\n\r\n Features \r\n -Bi Weekly Wipes \r\n -Community Discord \r\n -Raidable Bases \r\n -Backpacks \r\n -Kits \r\n Rules: \r\n - 4 Player Group Limit \r\n - No teaming with other groups \r\n -Only 1 previous Game ban over 365 days \r\n -No cheating \r\n -No bug exploiting \r\n -No harassment/racism",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780629205,
"last_online": 1780234836,
"icon": null,
"name": "[AU] Mallows Rust - Bi-Weekly | Solo/Duo/Trio/Quad",
"connect": "51.161.219.251:28070",
"request": "51.161.219.251:28071",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1767109946,
"last_update": 1780629205,
"banned": false,
"wipe": 1779025923,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10073,
"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/10815518");
$data = json_decode($json, true);
var_dump($data);