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

text
https://api.gamemonitoring.ru/servers/10780202
json
{
  "response": {
    "fps": 100,
    "fps_avg": 100,
    "entities_count": 91478,
    "world_seed": 785846909,
    "world_size": 4000,
    "steam_id": "90286779052352518",
    "domain": null,
    "id": 10780202,
    "ip": "185.180.2.114",
    "port": 28564,
    "query": 27564,
    "project_id": null,
    "color": 0,
    "city": "Prague",
    "description": "![Northland CZ/EU Solo/Duo/Trio/Quad - Vanilla | Wiped 04.06](https://i.ibb.co/9mbdc6Lt/NORTHLAND-header-512x256.png)\nWelcome to NORTHLAND.\r\n\r\n\r\n\r\nOur goal is to preserve the natural Rust experience with as few modifications as possible while keeping gameplay fair and enjoyable for everyone.\r\n\r\n• SOLO / DUO / TRIO / QUAD\r\n• Vanilla gameplay\r\n• Minimal server-side changes\r\n• Active admins\r\n• Raid protection: 00:00–08:00 CET\r\n• Fair play environment\r\n\r\n\r\nThank you for supporting NORTHLAND.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596270,
    "last_online": 1781036432,
    "icon": null,
    "name": "Northland CZ/EU Solo/Duo/Trio/Quad - Vanilla | Wiped 04.06",
    "connect": "185.180.2.114:28564",
    "request": "185.180.2.114:27564",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 70,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CZ",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1766872368,
    "last_update": 1781036432,
    "banned": false,
    "wipe": 1780596318,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4237,
    "language": "cs",
    "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/10780202");
$data = json_decode($json, true);
var_dump($data);