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

text
https://api.gamemonitoring.ru/servers/11435495
json
{
  "response": {
    "fps": 155,
    "fps_avg": 156,
    "entities_count": 111747,
    "world_seed": 546457536,
    "world_size": 4500,
    "steam_id": "90285548658483229",
    "domain": null,
    "id": 11435495,
    "ip": "82.65.229.15",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Banassac",
    "description": "![[EU/FR] RustyRush Atlas X5 Bi-Montly Vanilla+ Zlevel+ | No VIP ](https://image.noelshack.com/fichiers/2026/13/6/1774732714-chatgpt-image-16-mars-2026-20-04-43.jpg)\n[EU/FR] RustyRush Atlas X5 Bi-Montly Vanilla+ Zlevel+ | No VIP / No Pay2Win \r\n PVP | EVENT Active | Admin \r\n JUST WIPED \r\n Bi-Montly",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778764937,
    "score": 0,
    "last_online": 1778346734,
    "icon": null,
    "name": "[EU/FR] RustyRush Atlas X5 Bi-Montly Vanilla+ Zlevel+ | No VIP",
    "connect": "82.65.229.15:28015",
    "request": "82.65.229.15:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774977191,
    "last_update": 1778764937,
    "banned": false,
    "wipe": 1778345587,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 7535,
    "language": "fr",
    "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/11435495");
$data = json_decode($json, true);
var_dump($data);