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

text
https://api.gamemonitoring.ru/servers/11510757
json
{
  "response": {
    "add_date": 1779353832,
    "app": {
      "id": 12,
      "name": "Rust",
      "steam_id": 252490,
      "url": "rust"
    },
    "color": 0,
    "connect": "148.251.177.248:28020",
    "country": "DE",
    "domain": null,
    "game": 252490,
    "hide_address": false,
    "hide_query": false,
    "icon": null,
    "id": 11510757,
    "ip": "148.251.177.248",
    "language": "de",
    "last_update": 1790382115,
    "map": "Custom Map",
    "maxplayers": 50,
    "name": "[EU] Builders Republic | FREE VIP | Creative | Sandbox",
    "numplayers": 2,
    "official": null,
    "points": 62,
    "port": 28020,
    "private": false,
    "project_id": null,
    "pve": 0,
    "pvp": null,
    "query": 28021,
    "request": "148.251.177.248:28021",
    "secured": true,
    "status": true,
    "steam_id": "90293375989217284",
    "version": "2633",
    "votes": 0,
    "wipe": 1788540010,
    "ban_reason": null,
    "banned": false,
    "boosts": 1,
    "bots": 0,
    "city": "Фалькенштайн",
    "description": "![[EU] Builders Republic | FREE VIP | Creative | Sandbox](https://ibb.co/5XRQq6s5)\nWelcome to BUILDERS REPUBLIC – The Ultimate Sandbox Experience! 🏛️\r\n\r\nTired of lagging on official servers just to test a base? This is your creative safe haven, powered by the best Complete Build System on Market.\r\n FREE VIP FOR EVERYONE!\r\nGet instant access to premium features without paying a single cent. Just connect and start creating!\r\n\r\nKEY FEATURES:\r\n• Instant Build & B-Grade (No hammer needed, build in HQM/Sheet instantly)\r\n• Full Sandbox UI (Spawn any item, resource, or deployable with one click)\r\n• NoClip / Fly enabled for fluid building\r\n• Save & Load designs easily (No wipe loss for your blueprints)\r\n\r\nEXCLUSIVE RAID SIMULATOR:\r\n• Become the Raid Boss! You can start a simulated raid on your own base.\r\n• Invite your friends to join your team or defend the fort together.\r\n• Test your base's weak points before building it on official servers!\r\n\r\nServer Performance:\r\n• High-FPS Network & Top Hardware\r\n• Smart Auto-Purge for inactive bases to guarantee 0 LAG.\r\n\r\nJoin our community and claim your spot in the Republic!\r\nDiscord server - https://discord.gg/ebwMHrj3jf",
    "disabled_modules": [],
    "gamemode": "Survival",
    "hidden": false,
    "last_offline": 1790299862,
    "last_online": 1790382115,
    "list_hidden": false,
    "map_url": "buildmap3",
    "mods": [],
    "next_wipe": null,
    "parked": false,
    "position_game": 1606,
    "wipe_period": null,
    "fps": 60,
    "gmn": "rust",
    "url": "https://pinehosting.com/rust",
    "hash": "f506ca7",
    "build": "165217",
    "gc_cl": "120",
    "gc_mb": "2402",
    "fps_avg": 59,
    "ram_sys": "0",
    "map_kind": "custom",
    "map_name": "Build Map3",
    "map_seed": 1337,
    "map_size": 4500,
    "logoimage": "",
    "listentype": "d",
    "environment": "l",
    "a2s_protocol": 17,
    "map_revision": null,
    "queueplayers": 0,
    "map_image_url": "https://files.facepunch.com/rust/map-images/821f7fee61e80b86c0686fcf51713f9aaa4717f5d0ddd92fcab441fa8f15d6db/buildmap3.4500.1788092902084.288_821f7fee61e80b86c0686fcf51713f9a.jpg",
    "entities_count": 10119,
    "players_complete": true
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11510757");
$data = json_decode($json, true);
var_dump($data);