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

text
https://api.gamemonitoring.ru/servers/13275360
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "map_url": "procedural_map_3500_seed_1337_r287",
    "map_kind": "procedural",
    "map_name": "Procedural Map",
    "map_seed": 1337,
    "map_size": 3500,
    "map_revision": 287,
    "entities_count": 72150,
    "steam_id": "90290456303522826",
    "domain": null,
    "id": 13275360,
    "ip": "205.178.168.144",
    "port": 28011,
    "query": 28013,
    "project_id": null,
    "color": 0,
    "city": "Madrid",
    "description": "![WEREWOLF GAMING.CO Test Server](https://i.vgy.me/5TH0dc.png)\n          ▶The Professionals of Modded Rust◀\r\nWerewolf Gaming.co 3x Trio LARGE\r\n» Max Group: 3\r\n» 24/7 Staff|Anti Cheat|Anti Teaming\r\n» Leaderboards & Playtime Rewards\r\n» 3x Gather Rates|3x Crafting Speed|3x Components\r\n» Custom Maps\r\n» Clan BP Sharing\r\n» BGrade|Remover Tool|Base Skinning\r\n» Recyclers at Monuments\r\n» Extended Workbench Range",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1786714371,
    "last_online": 1786280575,
    "icon": null,
    "name": "WEREWOLF GAMING.CO Test Server",
    "connect": "205.178.168.144:28011",
    "request": "205.178.168.144:28013",
    "map": "Server WIPED 47 HOURS AGO",
    "gamemode": "Survival",
    "version": "2632",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "ES",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1785762209,
    "last_update": 1786714371,
    "ban_reason": null,
    "banned": false,
    "wipe": 1786106334,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 16518,
    "language": "es",
    "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/13275360");
$data = json_decode($json, true);
var_dump($data);