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

text
https://api.gamemonitoring.ru/servers/443625
json
{
  "response": {
    "oxide": true,
    "modded": true,
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 73470,
    "steam_id": "90286603611229210",
    "domain": null,
    "id": 443625,
    "ip": "205.178.168.128",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "London",
    "description": "![[EU] Rustoria.co 4/6 - 2x Vanilla | No BP Wipes](https://fs.rustoria.co/dylan/1f08d8ef-3334-40f2-a5df-5e04a809ecc0.png)\nWipe Schedule:\r\n\\tMap - Mondays & Thursdays @ 3PM UK / 4PM CEST, or when force updates occur.\r\n\\tBPs - Never\r\n\r\nVIP: donate.rustoria.co\r\n\r\nFeatures:\r\n\\t- 2x Vanilla\r\n\\t- Faster bright only night\r\n\\t- Junk items removed from loot\r\n\\t- Tier 1 BPs unlocked\r\n\\t- QoL improvements (Doesn't effect Vanilla gameplay)\r\n\r\nGood performance\r\nActive non playing admins\r\nSeeds are carefully picked\r\n\r\nDiscord: rustoria.co/discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780602269,
    "last_online": 1780603229,
    "icon": null,
    "name": "[EU] Rustoria.co 4/6 - 2x Vanilla | No BP Wipes",
    "connect": "205.178.168.128:28010",
    "request": "205.178.168.128:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 9,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1630779666,
    "last_update": 1780603229,
    "banned": false,
    "wipe": 1780595214,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2098,
    "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/443625");
$data = json_decode($json, true);
var_dump($data);