JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11698830
json
{
  "response": {
    "fps": 110,
    "fps_avg": 117,
    "entities_count": 119379,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90286613729703938",
    "domain": null,
    "id": 11698830,
    "ip": "117.11.74.40",
    "port": 20121,
    "query": 20123,
    "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.群Q:1078556739\r\n24.每日任务系统\r\n移动电信网络如果卡请开雷神加速器,加速国服免费的",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780620195,
    "last_online": 1780656626,
    "icon": null,
    "name": "帝王心术PVE/萌新畅玩/F1/万倍/合成/飞天/礼包",
    "connect": "117.11.74.40:20121",
    "request": "117.11.74.40:20123",
    "map": "福利送不停,赶紧来吧",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 9,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1780227273,
    "last_update": 1780656626,
    "banned": false,
    "wipe": 1780619572,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1195,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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