JSON dla programów, stron i innych

text
https://api.gamemonitoring.pl/servers/11781891
json
{
  "response": {
    "fps": 93,
    "fps_avg": 82,
    "entities_count": 119589,
    "world_seed": 423524328,
    "world_size": 4050,
    "steam_id": "90286983040764931",
    "domain": null,
    "id": 11781891,
    "ip": "58.255.224.5",
    "port": 28015,
    "query": 28017,
    "project_id": null,
    "color": 0,
    "city": "Guangzhou",
    "description": "冰封欢迎你!\r\n本服特色:修仙领取现金红包/BOSS/突袭/合成/标点/挖比特币/养鸡/种植/技能/副本/飞天/F1/空间站/卫星/强化/灵魂锁头/采蘑菇事件/ 等等\r\n在线领取顶级低保\r\n种地可以白嫖权限 种的越多金币越多 金币可以买权限!\r\n 本服还可以钓鱼 开开心心做钓鱼佬!\r\n本服拥有全皮肤输入/pf 即可获得百万皮肤\r\n为各位玩家打造完美的游戏体验\r\n新手帮带,老手自便!\r\n宵禁必选!!!\r\n 最后祝大家新年快乐,蛇年大吉!!!!欢迎来玩!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1781376793,
    "last_online": 1781479225,
    "icon": null,
    "name": "《冰封PVE》6月新档/修仙/打怪/飞天/种植/养老!",
    "connect": "58.255.224.5:28015",
    "request": "58.255.224.5:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1781376793,
    "last_update": 1781479225,
    "banned": false,
    "wipe": 1780597665,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2584,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Przykłady kodu

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