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

text
https://api.gamemonitoring.ru/servers/11511934
json
{
  "response": {
    "fps": 196,
    "fps_avg": 203,
    "entities_count": 96701,
    "world_seed": 1993815445,
    "world_size": 4000,
    "steam_id": "90286565127104519",
    "domain": null,
    "id": 11511934,
    "ip": "135.148.15.98",
    "port": 21252,
    "query": 21253,
    "color": 0,
    "city": "Hudson",
    "description": "![Rustopia Solo/Duo/Trio - Vanilla - Noob Friendly - 05/28](https://cdn.apexminecrafthosting.com/img/uploads/2022/04/06062745/rust-console-edition.png)\nWelcome to our server!\r\nFull Wipe on 5.28\r\nNext full wipe is force wipe 06/04\r\nPlease come join us and have some fun! Whether you are new or a Rust veteran we would love to have you play on our server. ONLY RULE..... This is RUST, there are no rules!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780005821,
    "last_online": 1780556433,
    "icon": null,
    "name": "Rustopia Solo/Duo/Trio - Vanilla - Noob Friendly - 05/28",
    "connect": "135.148.15.98:21252",
    "request": "135.148.15.98:21253",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353868,
    "last_update": 1780556433,
    "banned": false,
    "wipe": 1780006006,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5231,
    "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/11511934");
$data = json_decode($json, true);
var_dump($data);