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

text
https://api.gamemonitoring.ru/servers/11189068
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 45310,
    "world_seed": 1997192504,
    "world_size": 3000,
    "steam_id": "90285229439360016",
    "domain": null,
    "id": 11189068,
    "ip": "151.243.226.89",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Amsterdam",
    "description": "![Rustverse 2x](https://i.ibb.co/B2PyPGz8/Untitled-1.png)\nRustverse Servers | Made for the most competitive\r\n Map Wipes: Friday 6:00 PM (IST)\r\n Blueprint Wipes: Forcewipe\r\n Links \r\n• https://discord.gg/9RdVYZjxbH \r\nFeatures \r\n• 2x Gather \r\n• 2x Loot (removed junk) \r\n• Free QoL \r\n• No paid features \r\n24 hours Discord staff support",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777590192,
    "score": 0,
    "last_online": 1777717824,
    "icon": null,
    "name": "Rustverse 2x",
    "connect": "151.243.226.89:28015",
    "request": "151.243.226.89:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772699030,
    "last_update": 1777717824,
    "banned": false,
    "wipe": 1777646975,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4640,
    "language": "nl",
    "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/11189068");
$data = json_decode($json, true);
var_dump($data);