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

text
https://api.gamemonitoring.ru/servers/13270219
json
{
  "response": {
    "add_date": 1785752578,
    "app": {
      "id": 12,
      "name": "Rust",
      "steam_id": 252490,
      "url": "rust"
    },
    "color": 0,
    "connect": "91.189.178.186:28245",
    "country": "NO",
    "domain": null,
    "game": 252490,
    "hide_address": false,
    "hide_query": false,
    "icon": null,
    "id": 13270219,
    "ip": "91.189.178.186",
    "language": "no",
    "last_update": 1790394070,
    "map": "Procedural Map",
    "maxplayers": 100,
    "name": "Europe Rust Server",
    "numplayers": 0,
    "official": null,
    "points": 60,
    "port": 28245,
    "private": false,
    "project_id": null,
    "pve": 0,
    "pvp": null,
    "query": 28246,
    "request": "91.189.178.186:28246",
    "secured": true,
    "status": true,
    "steam_id": "90293458886219796",
    "version": "2633",
    "votes": 0,
    "wipe": 1788877090,
    "ban_reason": null,
    "banned": false,
    "boosts": 1,
    "bots": 0,
    "city": "Осло",
    "description": "Welcome to our Server",
    "disabled_modules": [],
    "gamemode": "Vanilla",
    "hidden": false,
    "last_offline": 1790388088,
    "last_online": 1790394070,
    "list_hidden": false,
    "map_url": "procedural_map_4500_seed_89462235_r288",
    "mods": [],
    "next_wipe": null,
    "parked": false,
    "position_game": 6628,
    "wipe_period": null,
    "fps": 30,
    "gmn": "vanilla",
    "url": "1",
    "hash": "91e27e0e",
    "build": "163407",
    "gc_cl": "95",
    "gc_mb": "2645",
    "fps_avg": 29,
    "ram_sys": "0",
    "map_kind": "procedural",
    "map_name": "Procedural Map",
    "map_seed": 89462235,
    "map_size": 4500,
    "logoimage": "",
    "listentype": "d",
    "environment": "w",
    "headerimage": "",
    "a2s_protocol": 17,
    "map_revision": 288,
    "queueplayers": 0,
    "map_image_url": "https://files.facepunch.com/rust/map-images/df9bd7399b44217d5de9646f981b2841593f97e7bb0255e46203ddafdc636864/proceduralmap.4500.1788876964435.288_df9bd7399b44217d5de9646f981b2841.jpg",
    "entities_count": 121250,
    "players_complete": true
  }
}

Примеры кода

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