JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11143142
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11143142,
    "ip": null,
    "port": null,
    "query": null,
    "project_id": null,
    "color": 0,
    "city": "Chongqing",
    "description": "[{\"id\":\"CWhDvffrxL\",\"type\":\"paragraph\",\"data\":{\"text\":\"**欢迎来到月都核心科技!**\"}},{\"id\":\"9rqgUOVBv-\",\"type\":\"delimiter\",\"data\":{}},{\"id\":\"Q3VystsaZ1\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"meta\":{},\"items\":[{\"content\":\"**服务器基于 Custom Role 模组进行了大量修改于UI重建**\",\"meta\":{},\"items\":[]}]}},{\"id\":\"ggiIN41vSX\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"meta\":{},\"items\":[{\"content\":\"**致力于带给玩家更优质的游戏体验,更有更多角色身份等你来体验!**\",\"meta\":{},\"items\":[]}]}},{\"id\":\"wZmp4Ym7T8\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"meta\":{},\"items\":[{\"content\":\"**服务器武器包为基于原版TTT代码修改的CSGO武器包**\",\"meta\":{},\"items\":[]}]}},{\"id\":\"Fg2kqtC_6o\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"meta\":{},\"items\":[{\"content\":\"**初次进入服务器可能需要下载约5GB以上的内容!**\",\"meta\":{},\"items\":[]}]}},{\"id\":\"jeDBpBF3wE\",\"type\":\"list\",\"data\":{\"style\":\"checklist\",\"meta\":{},\"items\":[{\"content\":\"**如果下载速度过慢可以加群获取订阅链接! QQ群号: 251823216**\",\"meta\":{\"checked\":true},\"items\":[]}]}},{\"id\":\"hDf9iRBiWt\",\"type\":\"list\",\"data\":{\"style\":\"checklist\",\"meta\":{},\"items\":[{\"content\":\"**下面是服务器是服务器规则与游戏内容介绍(持续更新中)**\",\"meta\":{\"checked\":true},\"items\":[]}]}},{\"id\":\"ytSBLjFW1N\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://www.yuque.com/cyf78000/gbpg2i?#\",\"meta\":{\"description\":\"月都核心科技数据库\",\"image\":{\"url\":\"https://mdn.alipayobjects.com/huamei_0prmtq/afts/img/A*uOMYRKsxzIkAAAAAAAAAAAAADvuFAQ/original\"},\"title\":\"月都核心科技 · 语雀\"}}},{\"id\":\"nMYx7LbxOR\",\"type\":\"delimiter\",\"data\":{}},{\"id\":\"E8oQ0PODCT\",\"type\":\"paragraph\",\"data\":{\"text\":\"For English User: This server is specifically designed for the Chinese language. \\nSo if you still join, you will meet many language problems because I almost fully translated Custom Roles for TTT's files.\"}}]",
    "game": 4000,
    "owner": 169513,
    "boosts": 1,
    "last_offline": 1776577947,
    "last_online": 1775642413,
    "icon": null,
    "name": "Server",
    "connect": null,
    "request": null,
    "map": null,
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": null,
    "private": false,
    "country": "CN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1771356507,
    "last_update": 1776577947,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5845,
    "language": "zh",
    "parked": true,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": {
      "username": "xiari_night",
      "avatar": "777673f1-edf3-4b96-b93c-dece61e56e63.jpg"
    },
    "mods": [
      {
        "id": 1793,
        "name": "PvP"
      },
      {
        "id": 2126,
        "name": "Anime"
      },
      {
        "id": 2197,
        "name": "TTT"
      },
      {
        "id": 2198,
        "name": "TTT-Custom-Roles"
      }
    ],
    "disabled_modules": [
      "chat"
    ]
  }
}

Code examples

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