[EU] Xcretion 150 Island's Server - Random Items 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/7763729
json
{
  "response": {
    "fps": 95,
    "fps_avg": 96,
    "entities_count": 49047,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90285666560073732",
    "domain": null,
    "id": 7763729,
    "ip": "148.251.177.248",
    "port": 28080,
    "query": 28081,
    "color": 0,
    "city": "Falkenstein",
    "description": "Welcome to the 150 Island Server! \r\n ---------------------------------------------------------- \r\n You can get nearly any item in the game every 15s. Have fun! \r\n Daily Map Wipes 5pm (GMT) \r\n Rules in Discord (Press View Webpage to join!) \r\n \r\n The home of the Original Xcretion Event. We hope you enjoy your stay!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777861988,
    "score": 0,
    "last_online": 1778637016,
    "icon": null,
    "name": "[EU] Xcretion 150 Island's Server - Random Items",
    "connect": "148.251.177.248:28080",
    "request": "148.251.177.248:28081",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 11,
    "maxplayers": 140,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1739878829,
    "last_update": 1778637016,
    "banned": false,
    "wipe": 1778601539,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1102,
    "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/7763729");
$data = json_decode($json, true);
var_dump($data);