[LATAM] LUNARUST X10 | 18/04 Full Wipe 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/6282290
json
{
  "response": {
    "modded": true,
    "fps": 40,
    "fps_avg": 40,
    "entities_count": 92021,
    "world_seed": 1337,
    "world_size": 3300,
    "steam_id": "90284617003931671",
    "domain": null,
    "id": 6282290,
    "ip": "177.221.141.73",
    "port": 28047,
    "query": 28045,
    "color": 0,
    "city": "Santiago",
    "description": "![[LATAM] LUNARUST X10 | 18/04 Full Wipe](https://latamgameservers.com/luna-img/lunarust_x10.png)\nWelcome to LUNARUST x10 LATAM \r\nFull Wipe Saturday, Map wipe Wednesday \r\n \r\nMax team: 5 \r\n \r\nKits, Clan, Home, Teleport, Trade \r\nResources and Loot x10 \r\nCraft, Smelt, Recycler and Mixing table x10 \r\nAll tier 1 and electrical BPs unlocked \r\nExtended workbench, bgrade and skinbox \r\nLong days and short nights \r\n \r\nPowered by LatamGameServers.com & LunaRust.com \r\nClick Visit Webpage (blue button) to visit our webpage, join our discord and more",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776531203,
    "score": 0,
    "last_online": 1776855020,
    "icon": null,
    "name": "[LATAM] LUNARUST X10 | 18/04 Full Wipe",
    "connect": "177.221.141.73:28047",
    "request": "177.221.141.73:28045",
    "map": "FPS+ LunaRust.com",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1729463111,
    "last_update": 1776855020,
    "banned": false,
    "wipe": 1776531180,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2984,
    "language": "es",
    "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/6282290");
$data = json_decode($json, true);
var_dump($data);