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

text
https://api.gamemonitoring.ru/servers/11395229
json
{
  "response": {
    "steam_id": "90285620472259592",
    "domain": null,
    "id": 11395229,
    "ip": "45.88.228.61",
    "port": 28028,
    "query": 28028,
    "color": 0,
    "city": "Dallas",
    "description": "===Welcome to RUSTOLUTION.GG===\r\n Wipe: 1st Thursday of each month @ 2 PM EST (No BP Wipe)\r\n\r\n VIP PERKS - Rustolution.gg\r\n DISCORD - Discord.Rustolution.gg\r\n\r\n ===FEATURES===\r\n -FREE SKINNER - (skinbox, skinitem, skincraft)\r\n -RAID ALARM - Alerts you via Rust+ when your base is damaged\r\n -50% UPKEEP - For easy upkeep and big bases\r\n -CONVOY EVENT - Armored convoy you can fight for loot\r\n -AUTO AUTH - Auto auth teammates on TC/locks/turrets\r\n -FURNACE FILLER - Easily load/unload furnaces\r\n -PREMIUM LOOT TABLES - 2x with junk removed\r\n -SHORT NIGHTS - 5 Minutes \r\n -Some mini helis and boats spawn\r\n -Extra recyclers/repair/research bench at dome, oilrig, fishing, ranch, and cargo\r\n\r\n ===RULES===\r\n -No VAC or Steam game bans within 90 days\r\n -No EAC bans within 180 days\r\n -No more than 2 total bans\r\n -No racism or homophobia\r\n Complete rules can be found at our website, discord, and /rules in game\r\n [RS-b1e5bf4b]",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778550781,
    "score": 0,
    "last_online": 1778550019,
    "icon": null,
    "name": "RUSTOLUTION.GG 2x Monthly | Solo Duo | 50% Upkeep | No BP Wipe",
    "connect": "45.88.228.61:28028",
    "request": "45.88.228.61:28028",
    "map": "Rustolution Maps",
    "gamemode": "Rust",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 62,
    "add_date": 1774598045,
    "last_update": 1778550781,
    "banned": false,
    "wipe": 1778176005,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1561,
    "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/11395229");
$data = json_decode($json, true);
var_dump($data);