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

text
https://api.gamemonitoring.ru/servers/102707
json
{
  "response": {
    "add_date": 1545022308,
    "app": {
      "id": 12,
      "name": "Rust",
      "steam_id": 252490,
      "url": "rust"
    },
    "color": 0,
    "connect": "109.195.19.208:29015",
    "country": "RU",
    "domain": null,
    "game": 252490,
    "hide_address": false,
    "hide_query": false,
    "icon": null,
    "id": 102707,
    "ip": "109.195.19.208",
    "language": "ru",
    "last_update": 1790286663,
    "map": "CraggyIsland",
    "maxplayers": 100,
    "name": "TruePvE Procedural",
    "numplayers": 0,
    "official": null,
    "points": 60,
    "port": 29015,
    "private": false,
    "project_id": null,
    "pve": 0,
    "pvp": null,
    "query": 28015,
    "request": "109.195.19.208:28015",
    "secured": true,
    "status": true,
    "steam_id": "90293322054943750",
    "version": "2633",
    "votes": 0,
    "wipe": 1790220405,
    "ban_reason": null,
    "banned": false,
    "boosts": 1,
    "bots": 0,
    "city": "Саратов",
    "description": "![TruePvE Procedural](https://s3.tpve.ru/images/2023/01/24/0vNQND.png)\nPowered by TruePvE",
    "disabled_modules": [],
    "gamemode": "Survival",
    "hidden": false,
    "last_offline": 1790220406,
    "last_online": 1790286663,
    "list_hidden": false,
    "map_url": null,
    "mods": [],
    "next_wipe": null,
    "parked": false,
    "position_game": 2651,
    "wipe_period": null,
    "fps": 10,
    "gmn": "rust",
    "url": "https://truepve.ru",
    "hash": "f506ca7",
    "build": "165217",
    "gc_cl": "87",
    "gc_mb": "486",
    "fps_avg": 10,
    "ram_sys": "0",
    "map_name": "CraggyIsland",
    "map_seed": 1,
    "map_size": 1024,
    "logoimage": "1",
    "listentype": "d",
    "environment": "l",
    "a2s_protocol": 17,
    "queueplayers": 0,
    "map_image_url": "https://files.facepunch.com/rust/map-images/9b653ce905d6c2e65ec556373bfb239009692dfdf4e651e72c588d13e7b3eb01/craggyisland.1024.0.288_9b653ce905d6c2e65ec556373bfb2390.jpg",
    "entities_count": 1205,
    "players_complete": true
  }
}

Примеры кода

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