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

text
https://api.gamemonitoring.ru/servers/11607207
json
{
  "response": {
    "modded": true,
    "oxide": true,
    "steam_id": "90286372345225222",
    "domain": null,
    "id": 11607207,
    "ip": "149.28.99.115",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Miami",
    "description": "![MADKING 1GRID | EU/NA | 2x MODDED](http://149.28.99.115/rust-bg.jpg)\nMADKING 1GRID MODDED 2x\n\nGather 2x | Solo/Duo/Trio\nWipe every 2 days at 00h Lisbon\nFree /mini /mymini with fuel\n/kit up to Tier 3\n\nCompact 1GRID map\nDiscord: discord.gg/jpZq4hApE2\n\n--- PORTUGUES ---\nGather 2x, solo/duo/trio\nWipe a cada 2 dias\n/mini e /kit gratis",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780578226,
    "last_online": 1780077627,
    "icon": null,
    "name": "MADKING 1GRID | EU/NA | 2x MODDED",
    "connect": "149.28.99.115:28015",
    "request": "149.28.99.115:28017",
    "map": "Custom Map",
    "gamemode": "Rust",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779915499,
    "last_update": 1780578226,
    "banned": false,
    "wipe": 1780009277,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12284,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11607207");
$data = json_decode($json, true);
var_dump($data);