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

text
https://api.gamemonitoring.ru/servers/11677611
json
{
  "response": {
    "fps": 235,
    "fps_avg": 235,
    "entities_count": 34334,
    "world_seed": 867168727,
    "world_size": 2700,
    "steam_id": "90286588316346397",
    "domain": null,
    "id": 11677611,
    "ip": "157.85.89.128",
    "port": 29103,
    "query": 29104,
    "color": 0,
    "city": "São Paulo",
    "description": "![[LATAM/BR] Overstrike.net | Vanilla | Monthly | Quests](https://i.imgur.com/vTL5ocq.png)\n[LATAM/BR] Overstrike.net | Vanilla | Monthly | Quests\r\nNo más wipes muertos a las 48h.\r\n• Max. team 4\r\n• Progreso balanceado\r\n• Anti-cheat propio + admins activos\r\n• Noob friendly con una comunidad para ayudarte\r\nJOIN NOW — OVERSTRIKE.NET",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780216216,
    "last_online": 1780602634,
    "icon": null,
    "name": "[LATAM/BR] Overstrike.net | Vanilla | Monthly | Quests",
    "connect": "157.85.89.128:29103",
    "request": "157.85.89.128:29104",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780216216,
    "last_update": 1780602634,
    "banned": false,
    "wipe": 1779140242,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5298,
    "language": "pt",
    "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/11677611");
$data = json_decode($json, true);
var_dump($data);