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

text
https://api.gamemonitoring.ru/servers/11158804
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 74757,
    "world_seed": 55555,
    "world_size": 3700,
    "steam_id": 90284743020402690,
    "domain": null,
    "id": 11158804,
    "ip": "185.29.166.135",
    "port": 28025,
    "query": 28027,
    "color": 0,
    "city": "Amsterdam",
    "description": "![CHAOS 5X | NO LIMIT | SADECE HAYATTA KAL](https://resmim.net/cdn/2025/11/06/j9eyuI.png)\nCHAOS 5X Sunucusuna Hoş Geldiniz. \r\n ❖ Her hafta SALI ve CUMA günleri (18:00) wipe atılır. \r\n ❖ Milli, dini ve manevi değerlere hakaret veya küfür yasaktır. \r\n ❖ Takım Limiti Yoktur. İttifak Serbesttir. \r\n ❖ Ne yaptığının bir önemi yok. SADECE",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776659598,
    "score": 0,
    "last_online": 1776846020,
    "icon": null,
    "name": "CHAOS 5X | NO LIMIT | SADECE HAYATTA KAL",
    "connect": "185.29.166.135:28025",
    "request": "185.29.166.135:28027",
    "map": "www.zulabank.com",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772228117,
    "last_update": 1776846020,
    "banned": false,
    "wipe": 1776783457,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4601,
    "language": "nl",
    "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/11158804");
$data = json_decode($json, true);
var_dump($data);