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

text
https://api.gamemonitoring.ru/servers/11502136
json
{
  "response": {
    "fps": 21,
    "fps_avg": 26,
    "entities_count": 71669,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286470549308425",
    "domain": null,
    "id": 11502136,
    "ip": "140.238.249.147",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Mumbai",
    "description": "![[IND] Rust Samrajya | 3X | SkinBox | Loot++ | Max 6 | Weekly](https://i.postimg.cc/WtLPQHfN/Chat-GPT-Image-May-29-2026-04-25-23-AM.png)\n>> RUST SAMRAJYA 3X | INDIA HOSTED <<\r\n -> 3X Gather & Loot | Custom Loot Tables\r\n -> Instant Craft | Fast Smelt | Recycler+\r\n -> Increased Stack Sizes | Quick Sort\r\n -> Clans | Max Team 6 | Starter Kits\r\n -> SkinBox | Auto Doors | Auto Auth\r\n -> Trade | Friends | Furnace Splitter\r\n -> Weekly Map Wipe | Monthly BP Wipe\r\n -> Anti-DDoS | Low Ping India/Asia\r\n -> Hosted by Shadowtrace Hosting\r\n For Server Updates & Support\r\n Join Discord ↓ ↓",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780295648,
    "last_online": 1780571435,
    "icon": null,
    "name": "[IND] Rust Samrajya | 3X | SkinBox | Loot++ | Max 6 | Weekly",
    "connect": "140.238.249.147:28015",
    "request": "140.238.249.147:28016",
    "map": "Rust Samrajya 3x",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 70,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "IN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207192,
    "last_update": 1780571435,
    "banned": false,
    "wipe": 1780057450,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4912,
    "language": "hi",
    "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/11502136");
$data = json_decode($json, true);
var_dump($data);