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

text
https://api.gamemonitoring.ru/servers/11501939
json
{
  "response": {
    "modded": true,
    "fps": 200,
    "fps_avg": 199,
    "entities_count": 43009,
    "world_seed": 2091302055,
    "world_size": 3750,
    "steam_id": "90286270141447191",
    "domain": null,
    "id": 11501939,
    "ip": "194.93.2.50",
    "port": 31000,
    "query": 31001,
    "color": 0,
    "city": "Moscow",
    "description": "![SURVIVE RUST | TEST| SERVER |](https://i.ibb.co.com/d0gFk8bC/6a8adddf-2d46-48bc-b748-3214b40d5c52-1.png)\nWelcome to the Survive Rust server\r\nYou're in for an exciting survival experience\r\nWipes every Friday.\r\nMinimal kits.\r\nDonations are almost nonexistent\r\nTop-level administration.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780565017,
    "last_online": 1779944421,
    "icon": null,
    "name": "SURVIVE RUST | TEST| SERVER |",
    "connect": "194.93.2.50:31000",
    "request": "194.93.2.50:31001",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207186,
    "last_update": 1780565017,
    "banned": false,
    "wipe": 1779453361,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11394,
    "language": "ru",
    "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/11501939");
$data = json_decode($json, true);
var_dump($data);