Server 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11252545,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "London",
"description": "[{\"id\":\"w3SliRBSM1\",\"type\":\"image\",\"data\":{\"caption\":\"NightForge PvP | Solo/Duo | Monthly | Vanilla+ | Solo/Duo | QoL\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://i.ibb.co/wFJcPDm7/LOGOOO.png\"}}},{\"id\":\"jjtyUfJea-\",\"type\":\"paragraph\",\"data\":{\"text\":\"🔥 **NightForge** — Vanilla+ Experience (Fresh Server)\\n\\nWelcome to **NightForge** — a brand new Rust server built for players who want more than just survival.\\n\\n💰 Fully integrated economy system\\n🤝 Player-driven trading\\n⚖️ Fair, non-pay-to-win environment\\n\\nHere, your time actually matters.\\nYou don’t just farm — you earn, trade, and progress.\\n\\n💰 **Economy & Trading System**\\nWe’ve introduced a powerful FC (Forge Coins) system that rewards real gameplay:\\n\\n🎮 **Earn FC by playing:**\\n\\nActive playtime (hourly rewards)\\nNew player bonus for first hours\\nDaily login rewards (7-day streak system)\\nKilling animals\\nParticipating in Patrol Helicopter & Bradley fights (based on damage)\\nPlacing your first TC each wipe\\nWorkbench progression (per base)\\nComeback bonus after being offline\\n\\n💡 **What makes it special:**\\n\\n💸 Convert FC into real-money gift coupons\\n🛒 Use coupons on our website for services\\n🤝 Fully working TRADE system — trade items, sell loot for FC\\n🔁 Exchange FC → real value\\n\\n👉 Play the game → earn currency → turn it into real rewards\\n\\n⚖️ **Everything is fair. No hidden advantages. No pay-to-win.**\\n\\n⚙️ Server Concept — **Vanilla+**\\nWe keep the core Rust experience intact, while improving comfort:\\n\\n✔ No pay-to-win mechanics\\n✔ No broken progression\\n✔ Only balanced quality-of-life features\\n✔ Real survival feeling stays untouched\\n\\n👉 **The goal: make Rust smoother, not easier**\\n\\n🚀 What makes NightForge different\\n⚡ Stable performance — optimized, no lag\\n🛡 Active development — constant updates\\n🤝 Community-first — we listen to players\\n🔥 Fresh wipe — perfect time to start\\n\\n 🧨 Dynamic Events\\n ⚠️ **Dangerous Treasures event is now active**\\n💥 Random treasure spawns across the map\\n🔥 Dangerous zone with NPCs\\n⚔️ PvP fights for control\\n⏱*** Occurs every 2–3 hours***\\n\\n✔ Balanced loot (no OP rewards)\\n✔ No broken progression\\n✔ Worth fighting for — but fair\\n\\n 🧩 Quality of Life Features\\n\\n 🎮 **Gameplay**\\n🔄 Auto Doors — doors close automatically\\n⚒ QuickSort & Furnace Splitter — faster resource management\\n🧰 Remover Tool — easy base adjustments\\n🚁 Helicopter access — improved mobility\\n🚗 Vehicle locks — secure transport\\n\\n 🎒** Inventory & Loot**\\n🎒 Backpack system — extra storage\\n📦 Better stack sizes — less grind, same balance\\n⚡ Faster looting & cleaner inventory\\n\\n 🎨 **Customization**\\n🎨 /skin — change skins anytime\\n🖼 Sign Artist — upload images\\n\\n 🏆 **Utility & Progress**\\n🎁 Kits — balanced starter/support kits\\n📊 InfoPanel — live server info\\n💬 Better Chat — improved communication\\n\\n ⚔️ **PvP Systems**\\n⚔️ NoEscape — no combat abuse\\n💀 Death Marker — find your death location\\n🔐 Permissions & VIP — controlled, fair bonuses\\n\\n❤️ Our Philosophy\\nWe believe Rust should be:\\n\\n**✔challenging\\n✔rewarding\\n✔fair**\\n\\n👉 **No shortcuts. No broken systems. Only smart improvements.**\\n\\n🌍 **Join the Community**\\n**NightForge** is not a temporary project.\\nWe’re building a long-term server with a strong community.\\n\\n💡 Solo or duo — you’re welcome\\n🔥 New players — join now\\n🏆 Regulars — become part of the core\\n\\n🔥 **NightForge** — Play smart. Trade smart. Earn real. Survive longer.\"}}]",
"game": 252490,
"owner": 167435,
"boosts": 1,
"last_offline": 1776664351,
"last_online": 1775782811,
"icon": null,
"name": "Server",
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": null,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774158318,
"last_update": 1776664351,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": true,
"position_game": 13556,
"language": "en",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "skazkin",
"avatar": "f37a5b76-ecb1-420c-b371-a6647435f859.png"
},
"mods": [
{
"id": 979,
"name": "Kits"
},
{
"id": 909,
"name": "InfoPanel"
},
{
"id": 1227,
"name": "RaidBlock"
},
{
"id": 1451,
"name": "Trade"
},
{
"id": 900,
"name": "Image Library"
},
{
"id": 1252,
"name": "Remover Tool"
},
{
"id": 1355,
"name": "Skins"
},
{
"id": 524,
"name": "Backpacks"
},
{
"id": 2002,
"name": "Sort Button"
}
],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11252545");
$data = json_decode($json, true);
var_dump($data);