JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/12433628
json
{
  "response": {
    "fps": 47,
    "fps_avg": 45,
    "entities_count": 117286,
    "world_seed": 1337,
    "world_size": 4250,
    "steam_id": "90289790175110148",
    "domain": null,
    "id": 12433628,
    "ip": "202.189.23.236",
    "port": 21012,
    "query": 21021,
    "project_id": null,
    "color": 0,
    "city": "Beijing",
    "description": "![『独狼基地』|7.30档|单人|Solo|新手服|新手首选|](https://rustsj1.cn-nb1.rains3.com/0b457e67a1693768ad773ad88d9b2026.jpeg)\n1.组队限制,单人服无法组队\r\n2.基础规则,参考官服规则\r\n3.禁止开外挂和鼠标宏,发现者ban全队并公示群内\r\n4.重启时间,每天早晨8:00:结束8:30\r\n5.举报有两种方法,①加群举报F1输入combatlog截图数据②F7官方举报\r\n6.请绿色游戏减少用爱发电管理工作量:请联系QQ群管理:1012571149\r\n7.最后警告开挂/宏可耻!祝大家玩的开心!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1785297870,
    "last_online": 1785391173,
    "icon": null,
    "name": "『独狼基地』|7.30档|单人|Solo|新手服|新手首选|",
    "connect": "202.189.23.236:21012",
    "request": "202.189.23.236:21021",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2631",
    "numplayers": 27,
    "maxplayers": 115,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 70,
    "add_date": 1784664761,
    "last_update": 1785391173,
    "ban_reason": null,
    "banned": false,
    "wipe": 1785304249,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 448,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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