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

text
https://api.gamemonitoring.ru/servers/11677397
json
{
  "response": {
    "fps": 53,
    "fps_avg": 52,
    "entities_count": 90874,
    "world_seed": 1176214103,
    "world_size": 4000,
    "steam_id": "90286581477912585",
    "domain": null,
    "id": 11677397,
    "ip": "66.51.96.50",
    "port": 28040,
    "query": 28041,
    "color": 0,
    "city": "Ashburn",
    "description": "![Rusty Dreams | Monthly | No BP Wipe | Noob Friendly](https://i.ibb.co/ZppW1MVM/main.png)\nWelcome to Rusty Dreams — a laid-back, noob-friendly Rust experience built for players who want to enjoy the grind without starting over every wipe.\r\n\r\nWhether you’re brand new to Rust or a veteran looking for a less stressful home server, Rusty Dreams focuses on fun progression, fair gameplay, and a community-driven atmosphere.\r\n\r\nWhat We Offer\r\n\r\nNo Blueprint Wipes\r\nKeep your learned blueprints wipe after wipe so your progress always matters.\r\n\r\nBeginner Friendly Environment\r\nLearn the game, build your base, and improve at your own pace without nonstop toxicity.\r\n\r\nBalanced PvP & Raiding\r\nCompetitive without being overwhelming — perfect for solos, duos, and growing teams.\r\n\r\nActive Staff Team\r\nHelpful admins focused on fairness, support, and keeping the server enjoyable.\r\nCommunity Focused\r\nEvents, chill vibes, alliances, rivalries, and a server where players actually get to know each other.\r\n\r\nOptimized Performance\r\nSmooth gameplay, reliable uptime, and quality-of-life improvements without ruining the Rust experience.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780216206,
    "last_online": 1780584636,
    "icon": null,
    "name": "Rusty Dreams | Monthly | No BP Wipe | Noob Friendly",
    "connect": "66.51.96.50:28040",
    "request": "66.51.96.50:28041",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780216206,
    "last_update": 1780584636,
    "banned": false,
    "wipe": 1779408095,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5866,
    "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/11677397");
$data = json_decode($json, true);
var_dump($data);