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

text
https://api.gamemonitoring.ru/servers/10871082
json
{
  "response": {
    "fps": 22,
    "fps_avg": 23,
    "entities_count": 215813,
    "world_seed": 1111797790,
    "world_size": 4250,
    "steam_id": "90286589635009543",
    "domain": null,
    "id": 10871082,
    "ip": "91.229.114.81",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Chicago",
    "description": "![[US] PureRust | PvE | No Decay | No Killing | No Raiding](https://rust-server-images.physgun.com/da40aff1f964b879390957720cda61b66c22436d658b30d78c5cdb4ba44ef387.png)\nWelcome to PureRust!\r\n Enjoy a relaxed, cooperative Rust experience without the stress of offline raids.\r\n\r\n Server Info & Core Rules:\r\n • 100% PvE - No raiding, stealing, or griefing\r\n • Respect Claims - Don't steal monument or event loot\r\n • Build Freely - Just don't block roads or monuments\r\n • Zero Toxicity - Clean, friendly, English-only chat\r\n • Active Staff - Here to keep things running smoothly",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780470419,
    "last_online": 1780593027,
    "icon": null,
    "name": "[US] PureRust | PvE | No Decay | No Killing | No Raiding",
    "connect": "91.229.114.81:28015",
    "request": "91.229.114.81:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 16,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1768318514,
    "last_update": 1780593027,
    "banned": false,
    "wipe": 1778178711,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 771,
    "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/10871082");
$data = json_decode($json, true);
var_dump($data);