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

text
https://api.gamemonitoring.ru/servers/11188807
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 73877,
    "world_seed": 1337,
    "world_size": 3100,
    "steam_id": "90286576335892491",
    "domain": null,
    "id": 11188807,
    "ip": "148.251.177.159",
    "port": 28010,
    "query": 28011,
    "color": 0,
    "city": "Falkenstein",
    "description": "![[EU] SWEDISH DEFENCE | 2x Vanilla | Just Wiped](https://i.imgur.com/zQcx7GJ.png)\nSWEDISH DEFENCE\r\n\r\nSkip Queue + VIP Perks \r\nLimited VIP Slots – Buy in discord.gg/swedishdefence \r\n\r\n\r\nSkins Giveaways & Events every wipe\r\nLAST MAN STANDING – SUNDAY 20:00\r\n\r\nSERVER SETTINGS\r\n• 2x Vanilla\r\n• 50% Upkeep\r\n• Fast Smelt & Fast Craft\r\n• Heli on Roads\r\n• Faster Recycler\r\n• Short Nights (5 min)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780070626,
    "last_online": 1780567236,
    "icon": null,
    "name": "[EU] SWEDISH DEFENCE | 2x Vanilla | Just Wiped",
    "connect": "148.251.177.159:28010",
    "request": "148.251.177.159:28011",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 120,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772699022,
    "last_update": 1780567236,
    "banned": false,
    "wipe": 1780070576,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4218,
    "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/11188807");
$data = json_decode($json, true);
var_dump($data);