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

text
https://api.gamemonitoring.ru/servers/11502062
json
{
  "response": {
    "fps": 63,
    "fps_avg": 61,
    "entities_count": 80687,
    "world_seed": 784512,
    "world_size": 3500,
    "steam_id": "90286582736438293",
    "domain": null,
    "id": 11502062,
    "ip": "213.141.96.13",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Vantaa",
    "description": "![SisuRust 10x | No BPs | Mymini | Homes/TP | Weekly](https://www.sisurust.com/wp-content/uploads/2026/05/sisurust_logo.png)\nSisuRust x10 | Finland | EU\r\nFriday Wipe 5PM EET\r\n\r\n10x Gather Rates — 15x Sulfur\r\nInstant Craft & Quick Smelt\r\nAll Blueprints Unlocked\r\nNo Junk Loot - Loot++\r\nBackpacks | SkinBox | BGrade\r\nPersonal Minicopter with Fuel\r\nHomes & Teleport | Safe Trading\r\nRaidable Bases | Airfield Event\r\nServer Shop — Earn RP by Playing\r\nVIP — QoL Perks Only, Not Pay to Win\r\nFree Starter Kit\r\n\r\nFast-paced modded server based in Finland. Skip the grind — all BPs unlocked, essential QoL plugins included. Earn RP just by playing and spend it in the server shop. VIP offers convenience perks only, no pay to win.\r\n\r\nDiscord: discord.sisurust.com\r\nShop: shop.sisurust.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780542269,
    "last_online": 1780567227,
    "icon": null,
    "name": "SisuRust 10x | No BPs | Mymini | Homes/TP | Weekly",
    "connect": "213.141.96.13:28015",
    "request": "213.141.96.13:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779207188,
    "last_update": 1780567227,
    "banned": false,
    "wipe": 1780063175,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1710,
    "language": "fi",
    "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/11502062");
$data = json_decode($json, true);
var_dump($data);