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

text
https://api.gamemonitoring.ru/servers/11158635
json
{
  "response": {
    "fps": 102,
    "fps_avg": 79,
    "entities_count": 98935,
    "world_seed": 1,
    "world_size": 3500,
    "steam_id": "90285607826503704",
    "domain": null,
    "id": 11158635,
    "ip": "203.16.163.100",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![Daily Grind - 3x Trio/Quad |EU|Events|Raid Times|RaidableBases|](https://www.dropbox.com/scl/fi/dv5xmw70oer4aezhhta7t/RustSearchBanner.png?rlkey=k1fs83h93i83890bxgi8zqukb&dl=1)\nDaily Grind 3x |EU|Events|Raid Time|RaidableBases|\r\nFor players who work and still want proper Rust.\r\nServer Rates , • 3x Gather / Loot, • 10x Stack Size\r\n• 50 min Day / 10 min Night\r\nRaiding Rules\r\n• Weekdays: 5PM – 11PM\r\n• Weekends: 12PM – 11PM\r\n• No offline raiding outside raid windows\r\nFeatures\r\n• Offline Protection\r\n• Raidable Bases\r\n• Unlimited Ore Events\r\n• Teleport / Homes\r\n• Trading\r\n• Skins\r\n• Active Admins, No pay-to-win.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776718999,
    "score": 0,
    "last_online": 1778544615,
    "icon": null,
    "name": "Daily Grind - 3x Trio/Quad |EU|Events|Raid Times|RaidableBases|",
    "connect": "203.16.163.100:28015",
    "request": "203.16.163.100:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 6,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1772228114,
    "last_update": 1778544615,
    "banned": false,
    "wipe": 1778175942,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 970,
    "language": "de",
    "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/11158635");
$data = json_decode($json, true);
var_dump($data);