JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11645084
json
{
  "response": {
    "fps": 191,
    "fps_avg": 189,
    "entities_count": 100030,
    "world_seed": 299056426,
    "world_size": 4250,
    "steam_id": "90286341258739718",
    "domain": null,
    "id": 11645084,
    "ip": "124.115.93.83",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Liuxiang",
    "description": "![『游戏风云』5.22清档/公益/无权/仿官/半月清/](https://nos.netease.com/ysf/c407860827b0f056030603fb714dc91b.png)\n1.纯公益服,无充值赞助 \r\n2.基础规则,参考官服规则 \r\n3.服务器定期更换IP,如历史中消失请直接搜索服务器名称进入 \r\n4.举报有两种方法,①加群举报 F1输入combatlog截图数据 ②F7官方举报 \r\n5.请绿色游戏减少管理工作量; QQ群:943039512 \r\n6.最后警告开挂/宏可耻!祝大家玩的开心!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780562612,
    "last_online": 1780267230,
    "icon": null,
    "name": "『游戏风云』5.22清档/公益/无权/仿官/半月清/",
    "connect": "124.115.93.83:28015",
    "request": "124.115.93.83:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780177446,
    "last_update": 1780562612,
    "banned": false,
    "wipe": 1779450396,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12562,
    "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/11645084");
$data = json_decode($json, true);
var_dump($data);