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

text
https://api.gamemonitoring.ru/servers/8721333
json
{
  "response": {
    "fps": 240,
    "fps_avg": 238,
    "entities_count": 12840,
    "world_seed": 1337,
    "world_size": 1000,
    "steam_id": "90285941992042527",
    "domain": null,
    "id": 8721333,
    "ip": "92.118.11.14",
    "port": 28035,
    "query": 28036,
    "color": 0,
    "city": "Moscow",
    "description": "![CHOYKA RUST №3[ONE GRID] [X2] SMALL MAP - FPS+YOU-TUBE  ZOMBI](https://gspics.org/images/2026/05/18/IAfOeQ.png)\n❖ Welcome to CHOYKA RUST ❖ Добро пожаловать на CHOYKA RUST #3\n❖ Best Custom Map's ❖\n❖ Great Administration ❖ Отличная администрация\n❖ NO ABUSE\n❖ NO DISMORAL\n❖ NO CHEAT\n❖ NO DISPAWN LOOT",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778214736,
    "score": 0,
    "last_online": 1779189012,
    "icon": null,
    "name": "CHOYKA RUST №3[ONE GRID] [X2] SMALL MAP - FPS+YOU-TUBE  ZOMBI",
    "connect": "92.118.11.14:28035",
    "request": "92.118.11.14:28036",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 14,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 89,
    "add_date": 1745762219,
    "last_update": 1779189012,
    "banned": false,
    "wipe": 1779181171,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 326,
    "language": "ru",
    "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/8721333");
$data = json_decode($json, true);
var_dump($data);