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

text
https://api.gamemonitoring.ru/servers/10871341
json
{
  "response": {
    "fps": 228,
    "fps_avg": 227,
    "entities_count": 111455,
    "world_seed": 1510399193,
    "world_size": 4500,
    "steam_id": "90286605610884106",
    "domain": null,
    "id": 10871341,
    "ip": "121.200.13.115",
    "port": 28017,
    "query": 28018,
    "color": 0,
    "city": "Melbourne",
    "description": "![[AU] Rust Captain Server - Weekly Fri Solo/Duo only.](https://i.postimg.cc/VN8tM8zh/Rust-Captain-Background-Winner1025x512.png)\n[AU] Rust Captain Server - Weekly Fri Solo/Duo only \r\nThis server encourages you to fly minis, drive vehicles, captain boats and trains \r\ndiscord.gg/26UqeSHu6t \r\nPVP for Solo's, Duo's and Trio's \r\n  Full PVP Vanilla rust experience with quality of life enhancements. \r\n     Night is reduced length \r\n     Harvesting is easier with auto hit crit spots on trees and nodes \r\n     Recyclers at Fishing village, Oil Rigs, Cargo, Barns and more efficient \r\n     !pop shows active and sleeping player counts",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780600465,
    "last_online": 1780620626,
    "icon": null,
    "name": "[AU] Rust Captain Server - Weekly Fri Solo/Duo only.",
    "connect": "121.200.13.115:28017",
    "request": "121.200.13.115:28018",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1768318554,
    "last_update": 1780620626,
    "banned": false,
    "wipe": 1780600572,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1783,
    "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/10871341");
$data = json_decode($json, true);
var_dump($data);