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

text
https://api.gamemonitoring.ru/servers/11189291
json
{
  "response": {
    "fps": 233,
    "fps_avg": 227,
    "entities_count": 2986,
    "world_seed": 1337,
    "world_size": 1000,
    "steam_id": "90282833695390727",
    "domain": null,
    "id": 11189291,
    "ip": "114.66.47.43",
    "port": 10003,
    "query": 11003,
    "color": 0,
    "city": "Beijing",
    "description": "[中国官方]1.开心欢乐,愉快交友 \r\n[中国官方]4.组队无限制,最多4人组队 \r\n[中国官方]3.基础规则,参考官服规则 \r\n[中国官方]4.重启时间,每天早晨6:55;结束7:10 \r\n[中国官方]5. 如有问题请联系QQ群管理: 41599231 \r\n[中国官方]6.祝大家玩的开心!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1773356488,
    "score": 0,
    "last_online": 1776210617,
    "icon": null,
    "name": "[中国官方PVE]1000倍/武器免费升级/死亡不掉/新开",
    "connect": "114.66.47.43:10003",
    "request": "114.66.47.43:11003",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2621",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772699041,
    "last_update": 1776210617,
    "banned": false,
    "wipe": 1771268515,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4995,
    "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/11189291");
$data = json_decode($json, true);
var_dump($data);