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

text
https://api.gamemonitoring.ru/servers/11677580
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 137470,
    "world_seed": 12535,
    "world_size": 4500,
    "steam_id": "90286584317986822",
    "domain": null,
    "id": 11677580,
    "ip": "66.51.99.148",
    "port": 2700,
    "query": 2701,
    "color": 0,
    "city": "Dallas",
    "description": "BPY PvE #1 – The Real PvE Experience\r\nWelcome to BPY PvE #1, a polished and feature-rich Rust experience where the grind is satisfying, the rewards are worth it, and your base is safe from offline griefers.\r\n\r\nKey Features:\r\nFull PvE – No player raiding, focus on building and progression\r\nWipes – 2 times a month: 1st Thursday and mid-way to the next 1st Thursday\r\n3X Rates – Triple gather, faster crafting, more fun\r\nQuest Progression – Complete custom quests to expand your backpack and earn rewards\r\nLegendary Items – Rare loot with powerful perks\r\nVIP Tiers – 6 meme-worthy ranks with increasing perks like Auto Farms, BetterTC, Virtual Quarries, and more\r\nEconomy – Earn money, spend it in the ShoppyStock system\r\nRaidable Bases – PvE raiding against NPC-controlled bases\r\nBoss Monsters – Hunt custom NPC bosses for loot and fame\r\nQuality-of-Life Plugins – Backpacks, AbsoluteSorter, Clans, Vehicle Licenses, UltimateLocker, Cooking, and more\r\n\r\nProgression Systems:\r\nSkillTree: Level up and unlock buffs over time\r\nBetterTC: Boost building speed and TC efficiency\r\nAutoFarm: Set up efficient crop farms\r\nRestoreUponDeath: No more gear-loss frustration\r\nCustom Kits, Quests, Shops & Crafting Extensions\r\n\r\nHow to Start:\r\nType /info in-game to get links to our Discord and learn more.\r\nWhether you're a solo base-builder, a quest grinder, or a casual farmer — BPY PvE #1 is your chill, progression-based home.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780556669,
    "last_online": 1780573232,
    "icon": null,
    "name": "HORNET HEAVEN 3X | Legendary Weapons| Bosses| Raids| Brad",
    "connect": "66.51.99.148:2700",
    "request": "66.51.99.148:2701",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 1000,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780216215,
    "last_update": 1780573232,
    "banned": false,
    "wipe": 1778783049,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5935,
    "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/11677580");
$data = json_decode($json, true);
var_dump($data);