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

text
https://api.gamemonitoring.ru/servers/11596654
json
{
  "response": {
    "fps": 84,
    "fps_avg": 83,
    "entities_count": 99153,
    "world_seed": 896715912,
    "world_size": 4250,
    "steam_id": "90286025719460874",
    "domain": null,
    "id": 11596654,
    "ip": "185.180.2.118",
    "port": 28631,
    "query": 27631,
    "color": 0,
    "city": "Prague",
    "description": "Welcome on fresh new server specialized for newbies and noobs.\r\n\r\nMap size - 4000\r\nLast wipe - 21.05.2026\r\nNext wipe (full) - 04.06.2026\r\n\r\n>>>>RULES<<<<\r\nMax team size is Quad (4)\r\nTeaming within PVE or neighborhood alliances is allowed\r\nWe require a public profile and hours on the rise for better filtering of cheaters etc.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779358594,
    "last_online": 1779386428,
    "icon": null,
    "name": "[EU] NewbieRust - Server for noobs - WIPED 21.05",
    "connect": "185.180.2.118:28631",
    "request": "185.180.2.118:27631",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CZ",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1779358594,
    "last_update": 1779386428,
    "banned": false,
    "wipe": 1779357319,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1891,
    "language": "cs",
    "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/11596654");
$data = json_decode($json, true);
var_dump($data);