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

text
https://api.gamemonitoring.ru/servers/1035690
json
{
  "response": {
    "fps": 108,
    "fps_avg": 110,
    "entities_count": 90973,
    "world_seed": 422422948,
    "world_size": 4000,
    "steam_id": "90286604176313374",
    "domain": null,
    "id": 1035690,
    "ip": "156.236.84.41",
    "port": 28050,
    "query": 28051,
    "color": 0,
    "city": "Dallas",
    "description": "![Rustmod.cc 3x |Loot ++| mymini| shop| kits |](https://i.imgur.com/NJTkHte.png)\nExperience Rust at its peak. At RustMod, we pride ourselves on delivering an uncompromising gameplay experience. Our server runs on industry-leading hardware specifically tuned for high-performance gaming, ensuring you get maximum frames and zero stutter during those critical gunfights.\r\n\r\n\r\n- 3x gather \r\n- 3x farming \r\n- 3x crafting speeds \r\n- Cheats/scripts= permban\r\n- No rust Game bans\r\n- No VAC/game ban <365D\r\n- 3x boosted loot\r\n- Shop\r\n- Mymini\r\n- Kits\r\n- Active Non-playing admins\r\n\r\nwebsite: rustmod.cc",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596270,
    "last_online": 1780607428,
    "icon": null,
    "name": "Rustmod.cc 3x |Loot ++| mymini| shop| kits |",
    "connect": "156.236.84.41:28050",
    "request": "156.236.84.41:28051",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 3,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1688593673,
    "last_update": 1780607428,
    "banned": false,
    "wipe": 1780596397,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2150,
    "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/1035690");
$data = json_decode($json, true);
var_dump($data);