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

text
https://api.gamemonitoring.ru/servers/11671008
json
{
  "response": {
    "fps": 58,
    "fps_avg": 58,
    "entities_count": 124371,
    "world_seed": 1337,
    "world_size": 3750,
    "steam_id": "90287621836269592",
    "domain": null,
    "id": 11671008,
    "ip": "23.27.211.226",
    "port": 28021,
    "query": 28022,
    "project_id": null,
    "color": 0,
    "city": "Dallas",
    "description": "![The Edge US 5x Monthly Shop|Kits|TP|ST|50%UpKeep|Bosses|MORE](https://i.ibb.co/0jWFg1Vx/The-Edge-Thumbnail-1.png)\nWelcome to The Edge! Modded Rust Server \r\n US 5X Monthly Server. \r\n Safe Times: 2am-12pm ET (M-F), 3am-11am ET (Sat-Sun) \r\n Team Limit: 8 \r\n Features: \r\n -MyMini \r\n -Teleportation & Homes \r\n -Shops, Kits, Vip Kits \r\n -50% UpKeep \r\n -Rust++ \r\n -Better Loot, Instant Craft, Custom Stacks \r\n -Skill Tree (Wipes: January, April, July, October) \r\n -Basements \r\n -AutoPilot \r\n -Bosses, Convoy, Raidable Bases \r\n -Multi Events \r\n -Dynamic Monuments \r\n and so much more.. \r\n Join our Discord: \r\n discord.gg/theedge \r\n Store: \r\n theedge.tebex.io",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596861,
    "last_online": 1782420622,
    "icon": null,
    "name": "The Edge US 5x Monthly Shop|Kits|TP|ST|50%UpKeep|Bosses|MORE",
    "connect": "23.27.211.226:28021",
    "request": "23.27.211.226:28022",
    "map": "Wiped 21 days ago",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 3,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1780180911,
    "last_update": 1782420622,
    "banned": false,
    "wipe": 1780596923,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2457,
    "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/11671008");
$data = json_decode($json, true);
var_dump($data);