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

text
https://api.gamemonitoring.ru/servers/10764249
json
{
  "response": {
    "fps": 200,
    "fps_avg": 180,
    "entities_count": 100209,
    "world_seed": 2020,
    "world_size": 4250,
    "steam_id": 90286689836660750,
    "domain": null,
    "id": 10764249,
    "ip": "157.85.95.214",
    "port": 27060,
    "query": 27061,
    "project_id": null,
    "color": 0,
    "city": "Docklands",
    "description": "![Hispania EU | Vanilla+ | Thursdays | JUST WIPED](https://i.imgur.com/78m4IrV.png)\nWelcome to Hispania\r\n\r\n[EU] VANILLA+ BIWEEKLY | JUST WIPED | ACTIVE ADMINS\r\n\r\nSpanish & International Community\r\nBeginner Friendly • Fair PvP • Chill Gameplay\r\n\r\n• Vanilla Experience with Light Improvements\r\n• Vote Night Enabled\r\n• Use /bskin for All Building Skins\r\n• Active Non-Playing Admins\r\n• No Pay To Win\r\n• Fair Gameplay\r\n• Stable Performance\r\n• Friendly Community\r\n\r\nBiweekly Full Wipes - Thursdays 19:00 CET\r\nJoin Solo or With Friends\r\n\r\nDiscord:\r\ndiscord.gg/b4XWKrCEsM",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780597469,
    "last_online": 1780925434,
    "icon": null,
    "name": "Hispania EU | Vanilla+ | Thursdays | JUST WIPED",
    "connect": "157.85.95.214:27060",
    "request": "157.85.95.214:27061",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1766261041,
    "last_update": 1780925434,
    "banned": false,
    "wipe": 1780597588,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4076,
    "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/10764249");
$data = json_decode($json, true);
var_dump($data);