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

text
https://api.gamemonitoring.ru/servers/10733992
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10733992,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "![CoreRust X1000000 | HARDPVP | BATTLEFIELD | FPS++ | FUN | AIM](https://pic.survivalhost.org/images/2025/12/14/CoreRust-BANNER-512x256-High-Qua.png)\nCORE RUST X1000000 Battlefield\r\nРейты X1000000 - X1000000 rates\r\nBattlefield HARD PVP - Battlefield nonstop PvP\r\nБыстрый геймплей без фарма - Fast gameplay without grind\r\nОптимизация под высокий FPS - Optimized for high FPS",
    "game": 252490,
    "owner": 151768,
    "boosts": 1,
    "last_offline": 1769838652,
    "score": 0,
    "last_online": 1768942812,
    "icon": null,
    "name": "Core Rust - X1000000 | HARDPVP | BATTLEFIELD | FPS+ | FUN | AIM",
    "connect": null,
    "request": null,
    "map": "CoreRust.gg",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1766024749,
    "last_update": 1769838652,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 7688,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "Crypto1",
      "avatar": "309a50a0-ee7d-40c2-a343-63497514205a.jpg",
      "last_online": 1767925014
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10733992");
$data = json_decode($json, true);
var_dump($data);