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

text
https://api.gamemonitoring.ru/servers/11606476
json
{
  "response": {
    "fps": 32,
    "fps_avg": 32,
    "entities_count": 44365,
    "world_seed": 132072539,
    "world_size": 3000,
    "steam_id": "90286235441805324",
    "domain": null,
    "id": 11606476,
    "ip": "51.195.61.202",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Limburg an der Lahn",
    "description": "![26/05 | WannaRust #1](https://git.io/JYdmK)\nMap size is 3000 using seed 132072539.\r\nLast wipe was at 26/05/2026, Next wipe is at 04/06/2026\r\nServer has 788858 seconds uptime, running at 32.00 fps with 0/500 players online.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779915471,
    "last_online": 1780582839,
    "icon": null,
    "name": "26/05 | WannaRust #1",
    "connect": "51.195.61.202:28015",
    "request": "51.195.61.202:28017",
    "map": "codefling.com/kasvoton",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779915471,
    "last_update": 1780582839,
    "banned": false,
    "wipe": 1779759618,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5350,
    "language": "de",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11606476");
$data = json_decode($json, true);
var_dump($data);