[US] LazyLagoon 10x NoBPs|Kits|Clans|MegaNode|Loot+|PvP+ 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/4811966
json
{
  "response": {
    "fps": 80,
    "fps_avg": 79,
    "entities_count": 40831,
    "world_seed": 1337,
    "world_size": 3000,
    "steam_id": "90284997698756611",
    "domain": null,
    "id": 4811966,
    "ip": "92.118.19.60",
    "port": 28116,
    "query": 28115,
    "color": 0,
    "city": "Dallas",
    "description": "![[US] LazyLagoon 10x NoBPs|Kits|Clans|MegaNode|Loot+|PvP+](https://github.com/Cooperkit/lazylagoon.github.io/blob/main/serverheader2.png?raw=true)\nWelcome to Lazy Lagoon 10x No BPs\nWipes every Tuesday & Friday at 2 PM EST\nOptimized for PVP and Raiding\n\n➤ 8 Player Max                         ➤ 10x Rates\n➤ SkinBox                                  ➤ Kits\n➤ Mymini                                   ➤ Bgrade\n➤ Raidable Bases                     ➤ Shop\n➤ Custom Outpost                   ➤ Clans\n➤ Teleport/Homes                   ➤ Instant Craft\n➤ Better Loot Tables               ➤ MegaNode\n➤ Lowered Rocket PvP            ➤ Auth Sharing\n➤ No BPs & Workbenches      ➤ No Cold/Hot\n➤ Fast Recycler & Furnace     ➤ No Night\n\nstore.lazylagoonrust.net\nlazylagoonrust.net/rules\nlazylagoonrust.net/discord\nsteamcommunity.com/groups/LazyLagoonRust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1768641226,
    "score": 0,
    "last_online": 1777566024,
    "icon": null,
    "name": "[US] LazyLagoon 10x NoBPs|Kits|Clans|MegaNode|Loot+|PvP+",
    "connect": "92.118.19.60:28116",
    "request": "92.118.19.60:28115",
    "map": "Lazy Lagoon [10x|5x|2x]",
    "gamemode": "Survival",
    "version": "2592",
    "numplayers": 0,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1718908702,
    "last_update": 1777566024,
    "banned": false,
    "wipe": 1753904877,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2999,
    "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/4811966");
$data = json_decode($json, true);
var_dump($data);