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

text
https://api.gamemonitoring.ru/servers/10661189
json
{
  "response": {
    "fps": 70,
    "fps_avg": 71,
    "entities_count": 125336,
    "world_seed": 18709,
    "world_size": 4500,
    "steam_id": "90284797326557203",
    "domain": null,
    "id": 10661189,
    "ip": "185.180.2.31",
    "port": 28475,
    "query": 27475,
    "color": 0,
    "city": "Prague",
    "description": "![Rustik2. 2.4 EU/CZ/SK PVE/PVP zony/backapck/LVL/stacky](https://cdn.discordapp.com/attachments/1461026550039183495/1461074431396024476/ChatGPT_Image_14._1._2026_20_07_53.png?ex=69693b19&is=6967e999&hm=d2e0b13e5d4b19aeaebf238bb9275c2beabbc0befe60172161a33eb97b62a78c&)\nServer pro pohodové hráče co rádi občas zkusí PVP v zónách\r\nDiscord https://discord.gg/GTA4p4F2BE\r\nNa serveru jsou PVP zony \r\nPluginy- Backpack\r\n       - Stacksize (upravené stackovani předmětu\r\n       -LVL system\r\n       -Obrana základny \r\n       -obrněny vlak\r\nTrailery: \r\nhttps://www.youtube.com/watch?v=H1KlZ9kc_g8\r\nhttps://www.youtube.com/watch?v=MftnKINexAY",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775154731,
    "score": 0,
    "last_online": 1776878420,
    "icon": null,
    "name": "Rustik2. 2.4 EU/CZ/SK PVE/PVP zony/backapck/LVL/stacky",
    "connect": "185.180.2.31:28475",
    "request": "185.180.2.31:27475",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CZ",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1764544709,
    "last_update": 1776878420,
    "banned": false,
    "wipe": 1775154703,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1848,
    "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/10661189");
$data = json_decode($json, true);
var_dump($data);