JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11511474
json
{
  "response": {
    "fps": 72,
    "fps_avg": 75,
    "entities_count": 70505,
    "world_seed": 1408252380,
    "world_size": 3500,
    "steam_id": "90286574669790208",
    "domain": null,
    "id": 11511474,
    "ip": "115.190.29.42",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Beijing",
    "description": "![[树籽]6.5新开/CN/萌新首选/两倍一硫/无权/半月清](https://free.picui.cn/free/2026/03/06/69aa10888599b.png)\n1.无组队限制 每日6:00重启\r\n2.基础规则,参考官服规则 \r\n3.禁开挂宏,发现ban全队并公示群内 \r\n4.举报有两种方法,①加群举报 F1输入combatlog截图数据 ②F7官方举报 \r\n5.请绿色游戏减少1位用爱发电管理工作量;  请联系QQ群管理: 284078127 \r\n6.最后警告开挂/宏可耻!祝大家玩的开心!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780467266,
    "last_online": 1780600236,
    "icon": null,
    "name": "[树籽]6.5新开/CN/萌新首选/两倍一硫/无权/半月清",
    "connect": "115.190.29.42:28015",
    "request": "115.190.29.42:28017",
    "map": "Wiped 16 days ago",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353849,
    "last_update": 1780600236,
    "banned": false,
    "wipe": 1779197768,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4504,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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