Rusty Laundry | Free Mini Spawns | Stable Server | Fun 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/6196703
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 91094,
    "world_seed": 608439384,
    "world_size": 4000,
    "steam_id": "90285700153541635",
    "domain": null,
    "id": 6196703,
    "ip": "89.28.237.41",
    "port": 28000,
    "query": 28001,
    "color": 0,
    "city": "Dallas",
    "description": "![GAIA 1000000X - NoBP|MyMini|Kits|Clans|PVP|Skinbox](https://gaiarust.com/img/GaiaBanner.png)\nGaia Rust Website - https://gaiarust.com\r\n\r\nGaia Rust Discord - https://discord.gg/dZzkSCWPb2\r\n\r\n------ Server Info ------\r\n\r\n- Map Wipes are every Thursday at 1pm CST.\r\n- Handpicked and Handmade Custom Map Every Wipe!\r\n- Flat Spots in every biome.\r\n- PVP Island\r\n- Floating Island you can build on.\r\n- Over Powered Sentry Turrets for players!\r\n- Active Admin\r\n- Server leaderboard for players and clans.\r\n- Place bounties on players!\r\n- Recyclers at Oil Rigs, Fishing Villages, Cargo, and Dome.\r\n- Increased Gather Rates, Faster Smelting Speeds, and Bgrade.\r\n- BetterLoot, all junk removed from loot containers.\r\n- Instant Craft items No Workbenchs required.\r\n- Merged Outpost/Bandit Camp for better FPS.\r\n- Teleport and Respawn at main Monuments.\r\n- Set Home Teleports at your base.\r\n- Starter Gear and Kits.\r\n- Spawn a variety of personal vehicles, including a CH47!\r\n- SkinBox for all players.\r\n- and more!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778235785,
    "score": 0,
    "last_online": 1778688623,
    "icon": null,
    "name": "Rusty Laundry | Free Mini Spawns | Stable Server | Fun",
    "connect": "89.28.237.41:28000",
    "request": "89.28.237.41:28001",
    "map": "Procedural Map",
    "gamemode": "Softcore",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1728330950,
    "last_update": 1778688623,
    "banned": false,
    "wipe": 1778235654,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3161,
    "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/6196703");
$data = json_decode($json, true);
var_dump($data);