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

text
https://api.gamemonitoring.ru/servers/11305271
json
{
  "response": {
    "modded": true,
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 134114,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90284701767347208",
    "domain": null,
    "id": 11305271,
    "ip": "185.29.166.237",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "Amsterdam",
    "description": "![DOPE 5X | SOLO/DUO | KITS | TP | EU | JUST WIPED 3h AGO](https://doperust.b-cdn.net/5xDuo.jpg)\n5X with progression. Real competition. Structured gameplay.\n\nDOPE FLUX 5X is for players who want 5x speed without 5x chaos.\nRules are enforced. No exceptions.\n\nPlaytime builds permanent status across the network.\n\nCompete. Build. Raid.\nControlled 5x competition — backed by years of consistency.\n\n→ 2 Player Cap – strictly enforced\n→ Free SkinBox, Bgrade & kits\n→ Instant barrels & crafting\n→ Extended workbench range & short nights\n→ Ingame shop & real playtime rewards\n→ Bandit Camp & Outpost merged\n→ Extra recyclers & monument marketplaces\n→ Advanced Rust+ raid alarm\n→ Reduced HV-Rocket PvP Damage\n\nJoin the network:\nhttps://discord.gg/doperust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775491927,
    "score": 0,
    "last_online": 1776827417,
    "icon": null,
    "name": "DOPE 5X | SOLO/DUO | KITS | TP | EU | JUST WIPED 3h AGO",
    "connect": "185.29.166.237:28010",
    "request": "185.29.166.237:28015",
    "map": "Active | JUST WIPED 1d ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 11,
    "maxplayers": 120,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1774592882,
    "last_update": 1776827417,
    "banned": false,
    "wipe": 1776700793,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 824,
    "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/11305271");
$data = json_decode($json, true);
var_dump($data);