JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11606942
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 746420,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90286427352724511",
    "domain": null,
    "id": 11606942,
    "ip": "117.13.121.117",
    "port": 20121,
    "query": 20124,
    "color": 0,
    "city": "Tianjin",
    "description": "1.超级耐玩型 2.召唤武直3.召唤坦克 4.狂暴技能 5.升级血量 6.合成物品 \r\n7.无限妖塔 8.无腐蚀 9.超级倍功 10.空间站 11.核潜艇 \r\n12. 装甲火车13. 超级车队14. 空中飞艇15. 法宝 16.种植系统 17.突袭基地 \r\n18.权限多到手软 19.应有尽有 20.福利送不停\r\n21.进游戏体验吧 22.资源倍率极高 23.群号在帮助里\r\n24.每日任务系统\r\n移动电信网络如果卡请开雷神加速器,加速国服免费的",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780608205,
    "last_online": 1780347027,
    "icon": null,
    "name": "三界PVE/妖塔/养殖/F1刷/法宝/牛B礼包/萌新/飞天",
    "connect": "117.13.121.117:20121",
    "request": "117.13.121.117:20124",
    "map": "活动多多",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779915488,
    "last_update": 1780608205,
    "banned": false,
    "wipe": 1778178724,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11957,
    "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/11606942");
$data = json_decode($json, true);
var_dump($data);