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

text
https://api.gamemonitoring.ru/servers/1687157
json
{
  "response": {
    "steam_id": "90285027826424846",
    "domain": null,
    "id": 1687157,
    "ip": "208.103.169.73",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![RustDecay PVE 5x Zombie & Build [No Kill  No Raids  Events]](https://i.postimg.cc/fyHBn79c/rustdecay-zombie-splash.jpg)\n5x Zombie Purge Server \r\nWIPE/PURGE SCHEDULE\r\n✦ LAST WIPED: 2/6/25\r\n✦ WIPE: 1st Thursday of each month\r\n✦ PURGE: Tuesday BEFORE each WIPE\r\n✦ BLUEPRINTS: Monthly\r\n✦ RP CURRENCY RESET: Quarterly\r\n\r\nMAIN FEATURES\r\n✦ Custom & unique Rust gameplay\r\n✦ Fun & engaging server events including roaming Zombies\r\n✦ Chest Stacking & Custom Stack sizes\r\n✦ In-game shop for easily obtainable items\r\n✦ Custom Maps and every monument\r\n✦ PvP monument & optional PvP player bases\r\n✦ Skin your items with 100's of available skins\r\n✦ PURGE for PvP and raiding\r\n✦ Automated resources w/virtual Quarries, Sawmills, & Pumpjacks\r\n✦ Random raidable bases with over 100 bases\r\n\r\nMORE INFORMATION\r\n✦ DISCORD: discord.gg/RUSTDECAY\r\n✦ STORE: store.rustdecay.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775778122,
    "score": null,
    "last_online": 1777310419,
    "icon": null,
    "name": "RustDecay PVE 5x Zombie & Build [No Kill  No Raids  Events]",
    "connect": "208.103.169.73:28010",
    "request": "208.103.169.73:28015",
    "map": "discord.gg/rustdecay",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 21,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 71,
    "add_date": 1698968256,
    "last_update": 1777310419,
    "banned": false,
    "wipe": 1775157003,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 676,
    "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/1687157");
$data = json_decode($json, true);
var_dump($data);