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

text
https://api.gamemonitoring.ru/servers/11717853
json
{
  "response": {
    "fps": 174,
    "fps_avg": 178,
    "entities_count": 89165,
    "world_seed": 45645635,
    "world_size": 4000,
    "steam_id": "90286621507571735",
    "domain": null,
    "id": 11717853,
    "ip": "185.189.255.184",
    "port": 35000,
    "query": 35002,
    "color": 0,
    "city": "Moscow",
    "description": "Wipe: every Monday at 14:00 UTC+3 \r\n No limite of players in the team \r\n Features: \r\n Gather rates: 2x \r\n Resource stacks: 2000 \r\n Craft time: 2x \r\n And more on /menu  \r\n Links Website: legendrust.ru \r\n Telegram: t.me/legend_rust_ru \r\n Discord: discord.gg/legendrust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780640001,
    "last_online": 1780646427,
    "icon": null,
    "name": "Legend Rust | Vanilla x2",
    "connect": "185.189.255.184:35000",
    "request": "185.189.255.184:35002",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 400,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780324078,
    "last_update": 1780646427,
    "banned": false,
    "wipe": 1780640141,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5640,
    "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/11717853");
$data = json_decode($json, true);
var_dump($data);