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

text
https://api.gamemonitoring.ru/servers/7687851
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 46437,
    "world_seed": 1337,
    "world_size": 3000,
    "steam_id": "90286228258211848",
    "domain": null,
    "id": 7687851,
    "ip": "34.31.27.218",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Council Bluffs",
    "description": "![2XRust.com | 2x solo • Fidays • No BP Wipes • Low Upkeep ](https://www.2xrust.com/assets/server-logo.png)\nWelcome to 2xRust.com | Solo Only\r\n- Wipes weekly\r\n\r\nTired of the endless grind? \r\nIf you love Rust but don’t have 40 hours a week to grind, this is your spot.\r\nBuild, raid, survive – without burning out.\r\nNo Pay-to-win. Jump-start your wipe with /kit for quality of life improvement kits.\r\n\r\n• 2x Gather Rates, scrap, & comps – progress twice as fast, no all-nighters required\r\n• No Blueprint Wipes – keep your unlocks and play at your own pace\r\n• Low Upkeep – spend more time raiding, less time farming\r\n• Laid-Back Community – new players welcome, weekend warriors have found their home\r\n\r\n* Solo only, NO teaming\r\n* No game bans, VAC bans, or VPN's allowed.\r\n* Active server admin support, use /report",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779717814,
    "last_online": 1779784221,
    "icon": null,
    "name": "2XRust.com | 2x solo • Fidays • No BP Wipes • Low Upkeep",
    "connect": "34.31.27.218:28015",
    "request": "34.31.27.218:28017",
    "map": "2xRust Custom Procedural",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 99,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739638026,
    "last_update": 1779784221,
    "banned": false,
    "wipe": 1779490574,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3060,
    "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/7687851");
$data = json_decode($json, true);
var_dump($data);