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

text
https://api.gamemonitoring.ru/servers/11501673
json
{
  "response": {
    "fps": 232,
    "fps_avg": 233,
    "entities_count": 68884,
    "world_seed": 27668883,
    "world_size": 3500,
    "steam_id": "90286604386576415",
    "domain": null,
    "id": 11501673,
    "ip": "37.187.135.130",
    "port": 28030,
    "query": 28032,
    "color": 0,
    "city": "Roubaix",
    "description": "![EU | LPRCOMMUNITY.NET | PvP Server | 2x | Bi-Weekly](https://www.dropbox.com/scl/fi/d0orx4wczh6f7udharzjk/rust-img.png?rlkey=ycmuuyry95771cr0ge39jpv86&st=4rrewn5a&dl=1)\nWelcome to EU | LPRCOMMUNITY.NET | PvP Server | 2x | Bi-Weekly\r\n\r\nPure vanilla experience with x2 gather rate.\r\nNo pay-to-win, no gameplay plugins. Just Rust.\r\nNo admin plays on this server. Fair and equal competition for everyone.\r\n\r\nRules:\r\n- No hacking / cheating\r\n- No racism or harassment\r\n- No griefing for destruction only\r\n\r\nSafe zones: Outpost & Bandit Camp\r\n\r\nJoin our Discord for wipe dates, updates and support.\r\nhttps://www.lprcommunity.net/discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596807,
    "last_online": 1780607436,
    "icon": null,
    "name": "EU | LPRCOMMUNITY.NET | PvP Server | 2x | Bi-Weekly",
    "connect": "37.187.135.130:28030",
    "request": "37.187.135.130:28032",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207177,
    "last_update": 1780607436,
    "banned": false,
    "wipe": 1780604263,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4638,
    "language": "fr",
    "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/11501673");
$data = json_decode($json, true);
var_dump($data);