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

text
https://api.gamemonitoring.ru/servers/9484861
json
{
  "response": {
    "fps": 167,
    "fps_avg": 154,
    "entities_count": 133605,
    "world_seed": 1667386942,
    "world_size": 4800,
    "steam_id": "90286631457494042",
    "domain": null,
    "id": 9484861,
    "ip": "45.43.163.20",
    "port": 28018,
    "query": 28019,
    "color": 0,
    "city": "Paris",
    "description": "![Steel Haven PvE | EU | Biweekly | Events | Skills| Quests](https://imgur.com/LPXwfZt)\nNext full wipe: 18.06.26 \r\n\r\n\r\nWelcome to Steel Haven — PvE that actually respects your time.\r\nNo drama. No sweaty clans. No VIPs buying their way up.\r\nJust a grown-up server with mods that make Rust fun again.\r\n\r\n✔ Raidable NPC Bases and Raiding NPCs\r\n✔ Backpacks, Kits, Events\r\n✔ Skill Tree & XDQuest system\r\n✔ Chill people, zero toxicity\r\n✔ Weekly maps, monthly blueprint wipes on first thursdays\r\n\r\nBuild big. Roam free. Ignore the meta. Play at your pace.\r\nAdmins are here if needed — but never in your face.\r\nWe run both procedural and custom maps, always updated.\r\n\r\nRules? Simple: don’t be a jerk. English only.\r\nWant more? Because you should check. It’s on Discord.\r\n\r\nIf you’ve outgrown chaotic PvP servers — welcome home.\r\nhttps://discord.gg/Ux33C2sCmY",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780662860,
    "last_online": 1780671634,
    "icon": null,
    "name": "Steel Haven PvE | EU | Biweekly | Events | Skills| Quests",
    "connect": "45.43.163.20:28018",
    "request": "45.43.163.20:28019",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 25,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1748455719,
    "last_update": 1780671634,
    "banned": false,
    "wipe": 1780597056,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3699,
    "language": "fr",
    "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/9484861");
$data = json_decode($json, true);
var_dump($data);