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

text
https://api.gamemonitoring.ru/servers/7866092
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 323734,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90284731022788631",
    "domain": null,
    "id": 7866092,
    "ip": "194.69.160.109",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "City of London",
    "description": "![Reddit.com/r/PlayRust - EU Medium](https://cdn3.mapstr.gg/fc1c5e6301c9da0664ff31945955c8a2.jpg)\nWelcome to Reddit's official /r/PlayRust EU Medium server! \r\n - No cheating or exploiting. \r\n - No spam, racism/slurs, discrimination. \r\n \r\n VIP: vip.redditplayrust.com \r\n Rules & Support: redditplayrust.com \r\n Discord: discord.gg/playrust \r\n Bi-Weekly Map: Thursday @ 3PM UK / BP Wipe @ Forced",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776748999,
    "score": 1,
    "last_online": 1776814817,
    "icon": null,
    "name": "Reddit.com/r/PlayRust - EU Medium",
    "connect": "194.69.160.109:28015",
    "request": "194.69.160.109:28017",
    "map": "Reddit Maps",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 78,
    "maxplayers": 400,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 77,
    "add_date": 1740323855,
    "last_update": 1776814817,
    "banned": false,
    "wipe": 1776347983,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 447,
    "language": "en",
    "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/7866092");
$data = json_decode($json, true);
var_dump($data);