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

text
https://api.gamemonitoring.ru/servers/11159831
json
{
  "response": {
    "fps": 14,
    "fps_avg": 14,
    "entities_count": 93573,
    "world_seed": 1237597439,
    "world_size": 4000,
    "steam_id": 90286609244283920,
    "domain": null,
    "id": 11159831,
    "ip": "51.81.17.217",
    "port": 28016,
    "query": 28018,
    "color": 0,
    "city": "Louisville",
    "description": "![NoobsRUs|NO KOS!|2X| Solo/Duo/Trio|BiWeekly_MAP/Monthly_BP](http://bit.ly/noobslogo)\n\r\n Map Last Wiped Jun 4th Next Wipe Jun 18th (MAP)| Map wiped BIWEEKLY, Blueprints wiped MONTHLY! \r\n 2X Vanilla server mostly, with active admins\r\n More Wild Life Population \r\n SOLO-DUO-TRIO/New Player Friendly! \r\n NO KOS! Only at Airdrops, Locked Crates, Raiding and/or Counter Raiding but in the same square on the map only !!! \r\n Non-Toxic environment! New Rust Players need not worry about server bullies \r\n here. \r\n No Griefing!: this is a place to learn. \r\n You will get RAIDED at some point just rebuild have fun and raid them back.\r\n If all you do is raid, you are not welcome here! \r\n Server Discord: www.bit.ly/noobsrust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780604659,
    "last_online": 1780671033,
    "icon": null,
    "name": "NoobsRUs|NO KOS!|2X| Solo/Duo/Trio|BiWeekly_MAP/Monthly_BP",
    "connect": "51.81.17.217:28016",
    "request": "51.81.17.217:28018",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772228141,
    "last_update": 1780671033,
    "banned": false,
    "wipe": 1780601530,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4383,
    "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/11159831");
$data = json_decode($json, true);
var_dump($data);