[EU/UK] Rusty Mafia | 2x | Events | Custom Map | Raidable Bases 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 106004,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286617478645773",
"domain": null,
"id": 10111006,
"ip": "185.36.205.224",
"port": 28115,
"query": 28116,
"color": 0,
"city": "City of London",
"description": "![[EU/UK] Rusty Mafia | 2x | Events | Custom Map | Raidable Bases](https://i.ibb.co/VcF24Q3K/a779d571-5192-4302-91c5-e660191d849b.png)\nRusty Mafia is a PVE-focused, tight-knit 2x server with kits, events, and active staff keeping the action fresh.\r\n\r\nLast wiped: 04/06/2026\r\nNext wipe: 02/07/2026\r\n\r\nWhat's Available:\r\n\r\n• X2 Gather\r\n• Auto Doors\r\n• Battlepass & Quests\r\n• Blueprint Share\r\n• Cases\r\n• Levelling System\r\n• Kits\r\n• Raidable Bases\r\n• Dangerous Treasures\r\n• Roaming Player Like NPC's\r\n• Events\r\n• Clans\r\n• Zombies\r\n• Better Loot\r\n• TPR\r\n• BGrade\r\n• Leaderboards\r\n• Quicksmelt\r\n• And More!\r\n\r\n• Join us and experience a server that truly feels alive!\r\n\r\nWipe Schedule:\r\n\r\n• Every month on Facepunch’s official forced wipe (first Thursday of each month).",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599868,
"last_online": 1780647026,
"icon": null,
"name": "[EU/UK] Rusty Mafia | 2x | Events | Custom Map | Raidable Bases",
"connect": "185.36.205.224:28115",
"request": "185.36.205.224:28116",
"map": "Rusty Mafia",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1755619644,
"last_update": 1780647026,
"banned": false,
"wipe": 1780599898,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2006,
"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/10111006");
$data = json_decode($json, true);
var_dump($data);