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

text
https://api.gamemonitoring.ru/servers/11501068
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 115747,
    "world_seed": 499256130,
    "world_size": 4500,
    "steam_id": "90286585514980369",
    "domain": null,
    "id": 11501068,
    "ip": "136.243.36.106",
    "port": 28010,
    "query": 28011,
    "color": 0,
    "city": "Falkenstein",
    "description": "![[EU] RUSTVENTURE.GG - Fully Vanilla](https://i.ibb.co/mFqKJRjP/rustventure-logo-new.png)\nWELCOME TO RUSTVENTURE.GG\r\n-FULLY VANILLA\r\n-MONTHLY WIPE\r\n-NO TEAM SIZE\r\n-NO CHEATING/BUG ABUSING\r\n-RESPECT EACH OTHER IN THE CHAT\r\n-MAX 350 PLAYERS\r\n\r\nJOIN OUR DISCORD! DISCORD.GG/RUSTVENTURE",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780560266,
    "last_online": 1780566028,
    "icon": null,
    "name": "[EU] RUSTVENTURE.GG - Fully Vanilla",
    "connect": "136.243.36.106:28010",
    "request": "136.243.36.106:28011",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207167,
    "last_update": 1780566028,
    "banned": false,
    "wipe": 1778426865,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4676,
    "language": "de",
    "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/11501068");
$data = json_decode($json, true);
var_dump($data);