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

text
https://api.gamemonitoring.ru/servers/5234545
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 21409,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90284414888174613",
    "domain": null,
    "id": 5234545,
    "ip": "216.39.240.117",
    "port": 28011,
    "query": 28016,
    "color": 0,
    "city": "Ashburn",
    "description": "![⦿【ICEFUSE】3X Unlimited (Kits|Clans|Shared BPS|WIPED)](https://cdn.icefuse.com/rust/banners/3xunlimited.jpg)\n▼SERVER FEATURES▼\r\n- 3X Gather Rates, 3X Recycle AND 3X Smelting Speeds!\r\n- Advanced Loot Tables + T1 Electrical BPS Unlocked\r\n- Vending Machines Are Instant And Drop 100% Of Loot When Destroyed!\r\n- Vehicles Spawn With Full Health AND Low Quality Parts!\r\n- Extended Workbench Range And Team Blueprint Sharing System!\r\n- No Suicide Cooldown And Minicopters Spawn On Roads\r\n- Merged Outpost And Bandit Camp For Better Performance.\r\n \r\n▼SERVER RAIDING RULES▼\r\n ✓ You are allowed unlimited members to base with!\r\n ✓ You are allowed unlimited members when raiding-roaming!\r\n \r\n▼SERVER WIPE TIMES▼\r\n ★ Wednesday at 2:00 PM EST\r\n ★ Saturday at 2:00 PM EST",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": 0,
    "last_online": 1776323415,
    "icon": null,
    "name": "⦿【ICEFUSE】3X Unlimited (Kits|Clans|Shared BPS|WIPED)",
    "connect": "216.39.240.117:28011",
    "request": "216.39.240.117:28016",
    "map": "Wiped 13 hours ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1721207784,
    "last_update": 1776323415,
    "banned": false,
    "wipe": 1776276177,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2647,
    "language": "en",
    "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/5234545");
$data = json_decode($json, true);
var_dump($data);