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

text
https://api.gamemonitoring.ru/servers/6233660
json
{
  "response": {
    "fps": 29,
    "fps_avg": 29,
    "entities_count": 131073,
    "world_seed": 1337,
    "world_size": 5300,
    "steam_id": "90284806232112155",
    "domain": null,
    "id": 6233660,
    "ip": "51.222.203.216",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Montreal",
    "description": "![US Markiii-Rust PvE - CustomVehicles|RaidableBases(800+)|Quests](https://files.markiii-rust.co.uk/images/markiiirustus.png)\nDiscord.gg/MarkiiiRust - Markiii-Rust.com\r\nBiweekly.\r\n\r\n★ VERY Challenging AI in the right places!\r\n★ Almost 800 RaidableBase models!\r\n★ Some* VIP benefits with playtime!\r\n★ Premium & Custom Events!\r\n★ Level up with SkillTree!\r\n★ Custom Drugs with Mixing Table!\r\n★ Upgrade items for Mining, Chopping, & NPC Damage!\r\n★ Custom Shop with unique items!\r\n★ Teleportation & Backpack!\r\n★ Custom Loot Table!\r\n★ Friendly Community & Balanced Gameplay!\r\n★ Stack Anything!\r\n★ Jetpack & Pogostick!\r\n★ Absolute Sorter!\r\n★ The Offering!\r\n★ Rewards & Player Recognition!\r\n★ Player Feedback Shapes the Experience!\r\n\r\nJoin our community for fun, competitiveness, and quality experiences. Join us: http://discord.gg/MarkiiiRust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776852794,
    "score": 0,
    "last_online": 1776853351,
    "icon": null,
    "name": "US Markiii-Rust PvE - CustomVehicles|RaidableBases(800+)|Quests",
    "connect": "51.222.203.216:28014",
    "request": "51.222.203.216:28015",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 35,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 2,
    "add_date": 1728486159,
    "last_update": 1776853351,
    "banned": false,
    "wipe": 1776358468,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 7689,
    "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/6233660");
$data = json_decode($json, true);
var_dump($data);