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

text
https://api.gamemonitoring.ru/servers/7469225
json
{
  "response": {
    "fps": 185,
    "fps_avg": 185,
    "entities_count": 99113,
    "world_seed": 1366823092,
    "world_size": 4250,
    "steam_id": "90285905438513156",
    "domain": null,
    "id": 7469225,
    "ip": "162.33.16.88",
    "port": 26980,
    "query": 26983,
    "color": 0,
    "city": "Buffalo",
    "description": "![Space Monkey Rust Belt 3x](https://www.dropbox.com/scl/fi/r5idllwmnz0472znvjtqe/RustBeltGas.jpg?rlkey=e0a4qpt1063klr26td25gegs5&st=gt8zqd05&dl=1)\n**Troubleshooting**  \r\n \r\n  **Raid Bases-Not working ** \r\n  \r\n \r\n 25% Jungle! \r\n  \r\n 3X Basic Resources \r\n Level 1 Tech Tree unlocks in any order \r\n Short nights \\N Quick Smelt \r\n Raidable Bases spawn throughout map \r\n Zombies \r\n Scientists drop guns\r\n Commands: /mymini /recycler.craft /home add [Name] /tpr [player Name]",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775996515,
    "last_online": 1780153827,
    "icon": null,
    "name": "Space Monkey Rust Belt 3x",
    "connect": "162.33.16.88:26980",
    "request": "162.33.16.88:26983",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739234892,
    "last_update": 1780153827,
    "banned": false,
    "wipe": 1775996471,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3523,
    "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/7469225");
$data = json_decode($json, true);
var_dump($data);