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

text
https://api.gamemonitoring.ru/servers/11511555
json
{
  "response": {
    "fps": 40,
    "fps_avg": 39,
    "entities_count": 69505,
    "world_seed": 20320429,
    "world_size": 3000,
    "steam_id": 90286591038876700,
    "domain": null,
    "id": 11511555,
    "ip": "117.7.207.174",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Hanoi",
    "description": "![[SEA/VN] RUST ERA | X1 | PvPvE | Việt Nam | NoRaidOff](https://i.ibb.co/s7BRp8d/Untitled-1.jpg)\nWelcome to Rust ERA VN\r\nx1 gather | x5 stack\r\nteam max player 6 | clans max player 8\r\nno offline raid\r\nshared BP\r\nPersonal NPC\r\nSkillTree, Item Perk\r\nIP server: eragamingvn.ddns.net:28015\r\nDiscord: https://bom.so/erag\r\nWipe vào thứ 6 hàng tuần\r\nMình có bán acc rust 250k/1 ai cần liên hệ qua discord\r\nEnjoy!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780010021,
    "last_online": 1780578634,
    "icon": null,
    "name": "[SEA/VN] RUST ERA | X1 | PvPvE | Việt Nam | NoRaidOff",
    "connect": "117.7.207.174:28015",
    "request": "117.7.207.174:28016",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "VN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353854,
    "last_update": 1780578634,
    "banned": false,
    "wipe": 1780010030,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2214,
    "language": "vi",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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