面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10771680
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10771680,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Dallas",
    "description": "[{\"id\":\"ivW-a1e0VY\",\"type\":\"paragraph\",\"data\":{\"text\":\"Server for the game: The Isle Legacy.\"}},{\"id\":\"ZJYGgK59M-\",\"type\":\"paragraph\",\"data\":{\"text\":\"- No paywall to play any dinos\\n\"}},{\"id\":\"blT3OrccJo\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Free sandbox dino request\"}},{\"id\":\"n6jSltiMA4\",\"type\":\"paragraph\",\"data\":{\"text\":\"- 8 to 10 free slots (dino garage)\"}},{\"id\":\"ZZBwsS58Y5\",\"type\":\"paragraph\",\"data\":{\"text\":\" - curated mods\\n\"}},{\"id\":\"diD-xsAU5j\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Body down , body protection rules and pack limits\"}},{\"id\":\"81o3iBgPCy\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Teleport\"}},{\"id\":\"13jMraylP8\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Bot\"}},{\"id\":\"mBAnfQL7w7\",\"type\":\"paragraph\",\"data\":{\"text\":\"- dino color saver and applyer\"}},{\"id\":\"0ySEhOWPkh\",\"type\":\"paragraph\",\"data\":{\"text\":\"- and much much more !!!\"}},{\"id\":\"oLwn6Xfckf\",\"type\":\"paragraph\",\"data\":{\"text\":\"discord--> https://discord.gg/dinolegacy\"}}]",
    "game": 376210,
    "owner": 154003,
    "boosts": 1,
    "last_offline": 1771653658,
    "last_online": 1770761414,
    "icon": null,
    "name": "Frosty-Semi-Realism",
    "connect": null,
    "request": null,
    "map": "Gateway",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1766516165,
    "last_update": 1771653658,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 417,
    "language": "en",
    "parked": true,
    "app": {
      "id": 136,
      "steam_id": 376210,
      "name": "The Isle",
      "url": "the-isle"
    },
    "server_owner": {
      "username": "rizzitelli",
      "avatar": "160ea994-db60-47b5-bc68-37157ec54858.png"
    },
    "mods": [
      {
        "id": 343,
        "name": "Skins"
      },
      {
        "id": 435,
        "name": "VIP FREE"
      },
      {
        "id": 909,
        "name": "InfoPanel"
      },
      {
        "id": 1431,
        "name": "Teleportation"
      }
    ],
    "disabled_modules": [
      "chat"
    ]
  }
}

代码示例

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