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

text
https://api.gamemonitoring.ru/servers/11511805
json
{
  "response": {
    "fps": 41,
    "fps_avg": 50,
    "entities_count": 170761,
    "world_seed": 979,
    "world_size": 3600,
    "steam_id": "90286573737089043",
    "domain": null,
    "id": 11511805,
    "ip": "156.59.232.194",
    "port": 27019,
    "query": 25593,
    "color": 0,
    "city": "Manila",
    "description": "![[SEA] Philippines Beginner 3x](https://i.imgur.com/hKEfJCd.png)\nMade for casual players. Weekly wipe. Next Wipe: June 5 \r\n \r\nThis Rust server uses parody names and fictional in-game references for humor only. We are not affiliated with, sponsored by, endorsed by, or connected to any real-world company, brand, or government agency.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780049022,
    "last_online": 1780552823,
    "icon": null,
    "name": "[SEA] Philippines Beginner 3x",
    "connect": "156.59.232.194:27019",
    "request": "156.59.232.194:25593",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 28,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PH",
    "status": true,
    "votes": 0,
    "points": 72,
    "add_date": 1779353865,
    "last_update": 1780552823,
    "banned": false,
    "wipe": 1780049008,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 384,
    "language": "tl",
    "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/11511805");
$data = json_decode($json, true);
var_dump($data);