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

text
https://api.gamemonitoring.ru/servers/16085194
json
{
  "response": {
    "add_date": 1789217020,
    "app": {
      "id": 12,
      "name": "Rust",
      "steam_id": 252490,
      "url": "rust"
    },
    "color": 0,
    "connect": "142.91.157.60:28025",
    "country": "NL",
    "domain": null,
    "game": 252490,
    "hide_address": false,
    "hide_query": false,
    "icon": null,
    "id": 16085194,
    "ip": "142.91.157.60",
    "language": "nl",
    "last_update": 1790391704,
    "map": "Procedural Map",
    "maxplayers": 80,
    "name": "[PT] LUSITANNO | 2X Biweekly | 50% Upkeep | MAX 4",
    "numplayers": 0,
    "official": null,
    "points": 60,
    "port": 28025,
    "private": false,
    "project_id": null,
    "pve": 0,
    "pvp": null,
    "query": 28026,
    "request": "142.91.157.60:28026",
    "secured": true,
    "status": true,
    "steam_id": "90293455587292173",
    "version": "2633",
    "votes": 0,
    "wipe": 1789664662,
    "ban_reason": null,
    "banned": false,
    "boosts": 1,
    "bots": 0,
    "city": "Амстердам",
    "description": "![[PT] LUSITANNO | 2X Biweekly | 50% Upkeep | MAX 4](https://i.ibb.co/3y5ykjTX/Chat-GPT-Image-13-09-2026-05-23-51.png)\n🇵🇹 LUSITANNO [PT/EU] 🇵🇹\r\n\r\nServidor PT com rates 2x, wipe biweekly e grupos MAX 4.\r\n\r\n 2x Gather/Loot\r\n Wipe a cada 2 semanas\r\n Grupo máximo: 4\r\n Upkeep reduzido a 50%\r\n Eventos customizados\r\n\r\nComunidade portuguesa, staff ativo e ambiente competitivo e justo. VPN e similares não autorizados e Anti-VAC Ban players. Junta-te a nós!\r\n\r\nDiscord: https://discord.gg/tNk8T89WSX",
    "disabled_modules": [],
    "gamemode": "Survival",
    "hidden": false,
    "last_offline": 1790381209,
    "last_online": 1790391704,
    "list_hidden": false,
    "map_url": "procedural_map_3500_seed_625054954_r288",
    "mods": [],
    "next_wipe": null,
    "parked": false,
    "position_game": 8774,
    "wipe_period": null,
    "fps": 30,
    "gmn": "rust",
    "url": "https://discord.gg/tNk8T89WSX",
    "hash": "906b5084",
    "build": "163794",
    "gc_cl": "120",
    "gc_mb": "2044",
    "fps_avg": 30,
    "ram_sys": "0",
    "map_kind": "procedural",
    "map_name": "Procedural Map",
    "map_seed": 625054954,
    "map_size": 3500,
    "logoimage": "",
    "listentype": "d",
    "environment": "w",
    "a2s_protocol": 17,
    "map_revision": 288,
    "queueplayers": 0,
    "map_image_url": "https://files.facepunch.com/rust/map-images/1f551d110192e05b224c3c27cbff05e5b62d5a876193b3b73a7b565d72ea0c70/proceduralmap.3500.1789664620482.288_1f551d110192e05b224c3c27cbff05e5.jpg",
    "entities_count": 70068,
    "players_complete": true
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16085194");
$data = json_decode($json, true);
var_dump($data);