[EU] ZE-Gaming #1 | Vanilla PvP | BP Never Wipe | Monthly Map W 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 120931,
"world_seed": 296827114,
"world_size": 4500,
"steam_id": "90286589815524365",
"domain": null,
"id": 7467970,
"ip": "185.36.205.224",
"port": 28105,
"query": 28106,
"color": 0,
"city": "City of London",
"description": "![[EU] ZE-Gaming #1 | Vanilla PvP | BP Never Wipe | Monthly Map W](https://imgur.com/evmpRs4.png)\nZE-Gaming Vanilla PvP — The True Rust Experience.\r\n\r\nNo mods. No perks. No pay-to-win. Just pure survival, raiding, and competition.\r\n\r\n• Active and Mature Admin Team\r\n• Fairplay, Zero Tolerance for Cheaters\r\n• Blueprints never wipe unless Facepunch enforces it\r\n• Map wipes every forced wipe (monthly)\r\n\r\nJoin our Discord for updates, events, and community support:\r\nhttps://discord.gg/ze-gaming\r\n\r\nHelp us keep the server strong — donations go toward server growth and hosting.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778267584,
"last_online": 1780585234,
"icon": null,
"name": "[EU] ZE-Gaming #1 | Vanilla PvP | BP Never Wipe | Monthly Map W",
"connect": "185.36.205.224:28105",
"request": "185.36.205.224:28106",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739234783,
"last_update": 1780585234,
"banned": false,
"wipe": 1778181397,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3120,
"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/7467970");
$data = json_decode($json, true);
var_dump($data);