JSON dla programów, stron i innych

text
https://api.gamemonitoring.pl/servers/11606910
json
{
  "response": {
    "fps": 139,
    "fps_avg": 139,
    "entities_count": 155449,
    "world_seed": 1337,
    "world_size": 5500,
    "steam_id": "90286619250297858",
    "domain": null,
    "id": 11606910,
    "ip": "111.192.48.233",
    "port": 25083,
    "query": 25086,
    "color": 0,
    "city": "Beijing",
    "description": "![[金禄堂]✿独狼服✿无组队无密码锁✿5.24清档新](https://qungz.photo.store.qq.com/qun-qungz/V50ylMFh2HlWKm2C84F80L3v8v4NbNQn/V5bCQAyMTAzNDA3MjNUpcRp*.C2Aw!!/800?w5=1462&h5=725&rf=viewer_421)\n[独狼服✿不可组队✿无密码锁]\r\n[高防御力家园✿满足种地安全]\r\n[2倍1硫2废✿玩家接近会感染病毒]\r\n[欢迎绿色玩家,开挂开宏将被Ban]\r\n[欢迎加入QQ群:740514953]",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780632257,
    "last_online": 1780646427,
    "icon": null,
    "name": "[金禄堂]✿独狼服✿无组队无密码锁✿6.5清档新�",
    "connect": "111.192.48.233:25083",
    "request": "111.192.48.233:25086",
    "map": "Custom 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": 1779915488,
    "last_update": 1780646427,
    "banned": false,
    "wipe": 1780632078,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2209,
    "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/11606910");
$data = json_decode($json, true);
var_dump($data);