[NOR/EU] Protection PVE/PVP 2x-6x Event Drugs 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/3366008
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 118710,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90284838985046019",
    "domain": null,
    "id": 3366008,
    "ip": "185.101.32.202",
    "port": 28245,
    "query": 28246,
    "color": 0,
    "city": "Sandnes",
    "description": "![[NOR/EU] Protection PVE/PVP 2x-6x Event Drugs](https://chatgpt.com/backend-api/estuary/content?id=file_000000004c1c7243a2254cf0f27e3256&ts=492724&p=fs&cid=1&sig=a46a46a8dbdec011d7958f4c4d654cee270a8c45752804e3666f4c73be608036&v=0)\nWelcome to Protection 2X/4X/6X PvE/PVP server!\r\n\r\n- PvE/PVP server with \r\n- Monthly wipes \r\n- Group limit: 5 \r\n- Instant craft \r\n- Server events & plugins \r\n- Kits for new players \r\n- NoDecay -Quests - RP rewards & shop menu\r\n\r\nServer details: client.connect oslo15.spillvert.no:28245 Discord: https://discord.gg/8AAD4TZ",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775621005,
    "score": null,
    "last_online": 1776981623,
    "icon": null,
    "name": "[NOR/EU] Protection PVE/PVP 2x-6x Event Drugs",
    "connect": "185.101.32.202:28245",
    "request": "185.101.32.202:28246",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NO",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1710241589,
    "last_update": 1776981623,
    "banned": false,
    "wipe": 1775153180,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2886,
    "language": "no",
    "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/3366008");
$data = json_decode($json, true);
var_dump($data);