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

text
https://api.gamemonitoring.ru/servers/11159056
json
{
  "response": {
    "fps": 27,
    "fps_avg": 27,
    "entities_count": 91381,
    "world_seed": 758743104,
    "world_size": 4000,
    "steam_id": "90284336099065875",
    "domain": null,
    "id": 11159056,
    "ip": "185.36.205.6",
    "port": 28065,
    "query": 28066,
    "color": 0,
    "city": "City of London",
    "description": "![Get Tae Rust! | PVE/PVP | Nae Zergs | Community](https://i.ibb.co/QvX3PyMn/Get-Tae-Rust.png)\nGET TAE RUST | PVE | Nae Zergs | Modded\r\n\r\nBuild it. Lose it. Get tae Rust.\r\n\r\nA chill, Scottish PVE Rust server where building and surviving come first — then aw hell breaks loose during purges.\r\n\r\nPVE-focused gameplay - Let's build a community!\r\n\r\nModded QoL\r\n\r\nQuad max – nae zergs\r\n\r\nChill rules – no griefing outside purge\r\n\r\nActive admins | Nae funny business\r\n\r\nRegular purge events\r\n\r\nPvP & raiding enabled during purge only\r\n\r\nPurge details announced on Discord\r\n\r\nBuild in peace, prepare for chaos, and accept the loss when it comes.\r\n\r\nDiscord: https://discord.gg/cNFMSn9S",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776118916,
    "score": 0,
    "last_online": 1776844824,
    "icon": null,
    "name": "Get Tae Rust! | PVE/PVP | Nae Zergs | Community",
    "connect": "185.36.205.6:28065",
    "request": "185.36.205.6:28066",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2621",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772228122,
    "last_update": 1776844824,
    "banned": false,
    "wipe": 1772033722,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4630,
    "language": "en",
    "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/11159056");
$data = json_decode($json, true);
var_dump($data);