RustyNoobs | Solo only | No BP Wipe | Vanilla Monthly 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10412151
json
{
  "response": {
    "fps": 58,
    "fps_avg": 59,
    "entities_count": 69896,
    "world_seed": 1337,
    "world_size": 3100,
    "steam_id": "90284791371573272",
    "domain": null,
    "id": 10412151,
    "ip": "136.243.135.46",
    "port": 28045,
    "query": 28046,
    "color": 0,
    "city": "Falkenstein",
    "description": "![RustyNoobs | Solo only | No BP Wipe | Vanilla Monthly](https://www.dropbox.com/scl/fi/45wtcfhz54nb518zju5z2/Banner.png?rlkey=4ebgxrmbac3kasp621ngf5n3q&st=m1yn0hi2&dl=1)\nWelcome  to RustyNoobs  The place to chill, learn & have fun Jump in and survive true solo Rust!  \r\n \r\n  Server Info \r\n • BP Wipe: Never \r\n • Map Wipe: Monthly Next wipe: May 7 2026 – 20:00 CEST \r\n • True Vanilla \r\n • Playstyle: Solo Only  \r\n • 50% upkeep  \r\n • Community: Friendly & chill players \r\n \r\n  Features \r\n • Minis spawn on roads \r\n • Daily server restart at 03:00 CEST \r\n • Outpost & Bandit Camp combined \r\n • Recyclers at Barns & Fishing Villages \r\n \r\n Rules \r\n • Teaming = Ban \r\n • Same rules as official Vanilla servers SOLO ONLY \r\n • Cheating / Hacking = Ban Report via F7 or Discord \r\n \r\n  Enjoy And have Fun!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776782602,
    "score": 0,
    "last_online": 1776846616,
    "icon": null,
    "name": "RustyNoobs | Solo only | No BP Wipe | Vanilla Monthly",
    "connect": "136.243.135.46:28045",
    "request": "136.243.135.46:28046",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 4,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1759823708,
    "last_update": 1776846616,
    "banned": false,
    "wipe": 1775153132,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 926,
    "language": "de",
    "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/10412151");
$data = json_decode($json, true);
var_dump($data);