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

text
https://api.gamemonitoring.ru/servers/11511300
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 9820,
    "world_seed": 1337,
    "world_size": 1800,
    "steam_id": "90286604719029257",
    "domain": null,
    "id": 11511300,
    "ip": "194.69.160.95",
    "port": 28095,
    "query": 28097,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] OHIO ONE GRID | Zombies | Shop | Build in Monuments!](https://raw.githubusercontent.com/3Rustketeers/3R-Images/refs/heads/main/ServerBannerSize.jpg)\nWelcome to OHIO ONE GRID (OOG)!!!\r\n♡ JOIN OUR NEW DISCORD ♡\r\n⇒ ⇒ External Website Button ⇐ ⇐\r\n\r\n▼ ABOUT:\r\n• Est. 4th June, 2026\r\n• Super fast joining times + high FPS\r\n• 24/7 server uptime and DDoS protection\r\n• F1 Console: connect eu.oog.lol\r\n\r\n▼ FEATURES:\r\n• Small map with popular monuments\r\n• Build anywhere (even inside of monuments)\r\n• Radiation disabled\r\n• 50 roaming Zombies\r\n• Fun Shop at Fishing Village \r\n• Instant crafting\r\n• Tons of trees, nodes, and animals\r\n• Reduced decay and upkeep\r\n• Minicopters and boats naturally spawn\r\n• No blueprint wipes\r\n• No pay-2-win (P2W) donations\r\n• Tutorial enabled\r\n• Always recover when wounded\r\n• Brighter nights\r\n• No rain, only sun\r\n• More map markers and sleeping bags\r\n• Better farming: sprinklers, genes, composters\r\n• Better metabolism and no food spoiling\r\n• Stability disabled (build Skybases)\r\n\r\n▼ EVENTS:\r\n• Christmas enabled\r\n• Halloween enabled\r\n• Easter enabled\r\n• Dungeons enabled\r\n• 3 Airdrops every 15 minutes\r\n• Bradley respawns faster\r\n• Cargo Ship has more loot\r\n• Deep Sea has more loot and islands\r\n\r\n▼ RULES:\r\n• No cheating / hacking\r\n• No racism / discrimination / excessive toxicity\r\n• There is no group size limit\r\n• Exploiting is allowed and encouraged\r\n• VPNs are allowed and encouraged\r\n• Report players with the [F7] button\r\n\r\n▼ WIPES:\r\n• Blueprints (BPs) do NOT wipe (hopefully ever)\r\n• The map wipes on Tuesdays + Fridays at 2pm GMT / 3 CET / 4 EET\r\n• Why so often? The map is very small, it's easy to get loot, there are frequent airdrops, and so you can play new maps (different monuments)\r\n• VIP ranks do NOT wipe",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780597469,
    "last_online": 1780603836,
    "icon": null,
    "name": "[EU] OHIO ONE GRID | Zombies | Shop | Build in Monuments!",
    "connect": "194.69.160.95:28095",
    "request": "194.69.160.95:28097",
    "map": "Wiped 2 hours ago",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 69,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353841,
    "last_update": 1780603836,
    "banned": false,
    "wipe": 1780595745,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4821,
    "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/11511300");
$data = json_decode($json, true);
var_dump($data);