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

text
https://api.gamemonitoring.ru/servers/11744530
json
{
  "response": {
    "fps": 93,
    "fps_avg": 93,
    "entities_count": 69933,
    "world_seed": 382561387,
    "world_size": 3500,
    "steam_id": "90286604273495061",
    "domain": null,
    "id": 11744530,
    "ip": "66.51.97.62",
    "port": 28005,
    "query": 28006,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] Prime Rust 10X | Bi-Weekly | Hybrid PVP/PVE | Low Decay](https://i.ibb.co/67LKpG5k/Firefly-Gemini-Flash-1.png)\nWelcome to Prime EU 10x\r\nA growing EU community built around fair, fun and rewarding gameplay.\r\n\r\nJoin our Discord for wipes, events, giveaways and support!\r\ndiscord.gg/rSp7Sjgzhg\r\n\r\nMain Features:\r\n|> 10x Gather Rates – Farm faster, build bigger, dominate sooner.\r\n|> Low Decay – 50% cheaper upkeep, keep what you build.\r\n|> Bi-Weekly Wipes – Fresh map every two weeks, every Thursday.\r\n|> Hybrid PVP/PVE – Play your way. Use /flag to switch between PVP and PVE mode.\r\n|> PVP Zones – Monuments, events and supply drops are always PVP.\r\n|> Raidable Bases – 4 AI-defended bases across the map. Buy or find them.\r\n|> NPC Raids – Build up and NPCs may retaliate. Defend your base.\r\n|> 10+ World Events – Bradley, Heli, Cargo, Convoy, Sputnik, Air Event and more.\r\n|> Daily Rewards – Log in every day for scrap, resources, cash and supply signals.\r\n|> Player Shop – Buy and sell items using in-game currency.\r\n|> Skill Tree – Level up gathering, combat, crafting and survival skills.\r\n|> Kits & VIP – Starter kits available. VIP JUMPSTART kit for £10 via our store.\r\n|> Active Admins – Staff available via Discord to handle issues fairly.\r\n|> High Performance – 32GB RAM, 200GB storage, UK-12 node, 99.9% uptime.\r\n\r\nCommunity Rules:\r\n|> No Racism or Hate Speech\r\n|> No Cheating or Exploiting\r\n|> No Blocking Monuments\r\n|> English Only in Public Chat\r\n|> No Alliances",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780518703,
    "last_online": 1780599633,
    "icon": null,
    "name": "[EU] Prime Rust 10X | Bi-Weekly | Hybrid PVP/PVE | Low Decay",
    "connect": "66.51.97.62:28005",
    "request": "66.51.97.62:28006",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780518703,
    "last_update": 1780599633,
    "banned": false,
    "wipe": 1780596578,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5226,
    "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/11744530");
$data = json_decode($json, true);
var_dump($data);