面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/7164412
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 7164412,
    "ip": null,
    "port": null,
    "query": null,
    "project_id": null,
    "color": 0,
    "city": null,
    "description": "[{\"id\":\"_wBOMtB5RO\",\"type\":\"paragraph\",\"data\":{\"text\":\"Everyone is welcome \"}},{\"id\":\"AzcgZWGi17\",\"type\":\"paragraph\",\"data\":{\"text\":\"PLAYENEX servers \"}},{\"id\":\"w4KwjKHK1g\",\"type\":\"paragraph\",\"data\":{\"text\":\"We need all friends to join the Steam Group to play with us \"}},{\"id\":\"ENsjYKr0-4\",\"type\":\"paragraph\",\"data\":{\"text\":\"SteamGroup : [](https://steamcommunity.com/groups/PLAYENEX)[https://steamcommunity.com/groups/PLAYENEX](https://steamcommunity.com/groups/PLAYENEX)\"}},{\"id\":\"k8X1zYykgA\",\"type\":\"paragraph\",\"data\":{\"text\":\"Server Connection \"}},{\"id\":\"1K-2wdJAM5\",\"type\":\"paragraph\",\"data\":{\"text\":\"Connect 216.39.242.243:27048\"}},{\"id\":\"T3umbSe12S\",\"type\":\"paragraph\",\"data\":{\"text\":\"Connect 141.95.95.63.94:27015\"}},{\"id\":\"JYJMNztojr\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://steamcommunity.com/groups/PLAYENEX\",\"meta\":{\"title\":\"Steam Community :: Group :: PLAYENEX\",\"description\":null,\"image\":{\"url\":\"https://avatars.cloudflare.steamstatic.com/c0a6ce9478c8437b9c7164c92045acd761e61cc6_full.jpg\"}}}}]",
    "game": 550,
    "owner": 99021,
    "boosts": 1,
    "last_offline": 1750457066,
    "last_online": 1738270829,
    "icon": null,
    "name": "PLAYENEX",
    "connect": null,
    "request": null,
    "map": "c1m1_hotel",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1736261015,
    "last_update": 1750457066,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 15458,
    "language": "de",
    "parked": true,
    "app": {
      "id": 11,
      "steam_id": 550,
      "name": "Left 4 Dead 2",
      "url": "left-4-dead-2"
    },
    "server_owner": {
      "username": "MousaAlslman",
      "avatar": "e08081ba-a98c-43d0-97e2-5f8b0aed3967.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/7164412");
$data = json_decode($json, true);
var_dump($data);