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

text
https://api.gamemonitoring.ru/servers/11511510
json
{
  "response": {
    "fps": 159,
    "fps_avg": 162,
    "entities_count": 87012,
    "world_seed": 410300014,
    "world_size": 3750,
    "steam_id": "90286581491427356",
    "domain": null,
    "id": 11511510,
    "ip": "15.204.180.7",
    "port": 60405,
    "query": 60407,
    "color": 0,
    "city": "Reston",
    "description": "![Neon Ashes Pure PVE Vanilla](https://raw.githubusercontent.com/dravek7/neon-ashes/main/neon%20ashes%20banner.png)\nWelcome to Neon Ashes Pure PVE Vanilla. A relaxed PVE Rust server focused on building, exploring, surviving, and enjoying the game without raid pressure. Neon Ashes features a custom Skin Swap Shop where players can bring blank items and trade them for skinned versions using vending machines. It is cosmetic only — no pay-to-win, no admin handouts, just style for your base and gear. • Pure PVE / no player raiding • Player damage disabled • Sleeper, corpse, and backpack looting protected • Monthly wipe • Friendly chill community • Vanilla-style progression • Custom Skin Swap Shop • Build, explore, survive, thrive Lock your doors, boxes, furnaces, lockers, and vehicles. Players are responsible for securing their own loot containers. Respect other players, no griefing, no harassment, and keep the server chill.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780545869,
    "last_online": 1780596628,
    "icon": null,
    "name": "Neon Ashes Pure PVE Vanilla",
    "connect": "15.204.180.7:60405",
    "request": "15.204.180.7:60407",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1779353851,
    "last_update": 1780596628,
    "banned": false,
    "wipe": 1778421850,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1010,
    "language": "en",
    "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/11511510");
$data = json_decode($json, true);
var_dump($data);