面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/570528
json
{
  "response": {
    "steam_id": "90286324291025951",
    "domain": null,
    "id": 570528,
    "ip": "45.88.230.89",
    "port": 28020,
    "query": 28025,
    "color": 0,
    "city": "Poplar",
    "description": "![Repulsion - One Grid | Fullwipe 28/05 28.05](https://www.repulsion.co.uk/wp-content/uploads/2024/02/Logo-1024x512-1.png)\nRepulsion - Premium Vanilla Rust Experience\r\n\r\nWe deliver outstanding gameplay and server management with dedicated machines in our London datacenter.\r\n\r\n• Wipe Schedule: Map & BP Wipe - Thursdays & Sundays\r\n• Group Size: 2 (solo/duo)\r\n• Key Features:\r\n - True Vanilla Experience (No Pay-to-Win)\r\n - Custom-Built OneGrid Maps\r\n - Community Map Voting Before Wipes\r\n - Smooth, Lag-Free Gameplay\r\n - Active, Friendly Community\r\n - Next Generation Dedicated Hardware for Peak Performance\r\n - Regular Updates & Admin Support\r\n\r\nOur dedicated staff are focused on maintaining fair play and providing top-tier support. For assistance, open a ticket on our Discord.\r\n\r\nQueue Skip: https://www.repulsion.co.uk/\r\nDiscord: https://www.repulsion.co.uk/discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779959625,
    "last_online": 1779995422,
    "icon": null,
    "name": "Repulsion - One Grid | Fullwipe 28/05 28.05",
    "connect": "45.88.230.89:28020",
    "request": "45.88.230.89:28025",
    "map": "Repulsion Generation",
    "gamemode": "Rust",
    "version": "2625",
    "numplayers": 6,
    "maxplayers": 35,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 69,
    "add_date": 1668892363,
    "last_update": 1779995422,
    "banned": false,
    "wipe": 1779980193,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 820,
    "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/570528");
$data = json_decode($json, true);
var_dump($data);