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

text
https://api.gamemonitoring.ru/servers/7466827
json
{
  "response": {
    "fps": 85,
    "fps_avg": 86,
    "entities_count": 92814,
    "world_seed": 314608867,
    "world_size": 3500,
    "steam_id": "90284756444485636",
    "domain": null,
    "id": 7466827,
    "ip": "148.251.177.248",
    "port": 28035,
    "query": 28036,
    "color": 0,
    "city": "Falkenstein",
    "description": "![RUST UNIVERSE | Vanilla+ | Raid Weekend Active | Team Max 4 | M](https://i.postimg.cc/J4Qrp3x0/Chat-GPT-Image-9-feb-2026-20-59-30.png)\nVanilla+ pensado para jugadores con vida.\r\n\r\n Raid SOLO el fin de semana\r\n Team Max 4 (sin clanes gigantes)\r\n Wipe mensual\r\n Sin PayToWin\r\n Economía equilibrada\r\n Admins activos\r\n\r\n Construye sin miedo entre semana. Defiende tu base el fin de semana.\r\n\r\n Discord: https://discord.gg/kcVr6rQC8b",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776808998,
    "score": 0,
    "last_online": 1776816617,
    "icon": null,
    "name": "RUST UNIVERSE | Vanilla+ | Raid Weekend Active | Team Max 4 | M",
    "connect": "148.251.177.248:28035",
    "request": "148.251.177.248:28036",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1739234716,
    "last_update": 1776816617,
    "banned": false,
    "wipe": 1775154230,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1035,
    "language": "de",
    "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/7466827");
$data = json_decode($json, true);
var_dump($data);