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

text
https://api.gamemonitoring.ru/servers/11501394
json
{
  "response": {
    "fps": 3,
    "fps_avg": 3,
    "entities_count": 96007,
    "world_seed": 50000,
    "world_size": 4050,
    "steam_id": "90286158213762075",
    "domain": null,
    "id": 11501394,
    "ip": "203.16.163.103",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![EU Asahi 2x Modded Server](https://static-cdn.jtvnw.net/jtv_user_pictures/130cfc9d-aba8-4fe1-930d-68ea0ecee3e3-profile_banner-480.png)\nHosted by Shockbyte\r\nBrought to you by a wanna be vTuber\r\nIncreased stack size mod. Kits. 2x. Insta craft. Remover tool.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780571019,
    "last_online": 1780084827,
    "icon": null,
    "name": "EU Asahi 2x Modded Server",
    "connect": "203.16.163.103:28015",
    "request": "203.16.163.103:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207171,
    "last_update": 1780571019,
    "banned": false,
    "wipe": 1778181658,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11238,
    "language": "de",
    "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/11501394");
$data = json_decode($json, true);
var_dump($data);