Bestrust Solo/Duo/Trio 2x #5 | NEXT FULLWIPE in 3 hours 18.04 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/7469462
json
{
  "response": {
    "steam_id": "90284367007439873",
    "domain": null,
    "id": 7469462,
    "ip": "205.178.168.34",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![Bestrust Solo/Duo/Trio 2x #5 | JUST FULLWIPED 02.10 10/02](https://storage.bestrustservers.com/MagicRust/1024x512.png)\nWelcome to Bestrust Solo/Duo/Trio 2x #5!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com.\n\nWipe Schedule:\n• Fullwipes Every Saturday at 19:45 CEST\n• Fullwipes Every Tuesday at 19:45 CEST\n- Last Wipe: 02.10 19:45 CEST Type: Full Wipe\n- Next Wipe: 04.10 19:45 CEST Type: Full Wipe\n\nFeatures:\n- 2x gathering & loot\n- Max Group Size: 3\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776423820,
    "score": 0,
    "last_online": 1776523222,
    "icon": null,
    "name": "Bestrust Solo/Duo/Trio 2x #5 | NEXT FULLWIPE in 3 hours 18.04",
    "connect": "205.178.168.34:28010",
    "request": "205.178.168.34:28015",
    "map": "Wiped 3 days ago",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 4,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1739235128,
    "last_update": 1776523222,
    "banned": false,
    "wipe": 1776188619,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2529,
    "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/7469462");
$data = json_decode($json, true);
var_dump($data);