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

text
https://api.gamemonitoring.ru/servers/11909105
json
{
  "response": {
    "fps": 122,
    "fps_avg": 121,
    "entities_count": 92597,
    "world_seed": 88863183,
    "world_size": 3700,
    "steam_id": "90289457066228744",
    "domain": null,
    "id": 11909105,
    "ip": "157.180.96.233",
    "port": 27015,
    "query": 27016,
    "project_id": null,
    "color": 0,
    "city": "Helsinki",
    "description": "![RUSTIGY PVE - Night Zombies | Skill Tree | Events](https://igyvigy.com/serverImage1.png)\n➤ upkeep reduced\n➤ stacks X100\n➤ true PVE (twig is destroyable)\n➤ night time zombies\n➤ mini locks\n➤ water bases\n➤ PVE events\r\n\r\n\r\n➤ зменшено вартість утримання\n➤ розмір стаків Х100\n➤ справжнє ГПО (солома ломатиметься)\n➤ нічні зомбі\n➤ замок на коптер\n➤ бази на воді\n➤ івенти ГПО",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1784786780,
    "last_online": 1784850082,
    "icon": null,
    "name": "RUSTIGY PVE - Night Zombies | Skill Tree | Events",
    "connect": "157.180.96.233:27015",
    "request": "157.180.96.233:27016",
    "map": "Procedural:3700",
    "gamemode": "Survival",
    "version": "2631",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1783768836,
    "last_update": 1784850082,
    "ban_reason": null,
    "banned": false,
    "wipe": 1783016027,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2123,
    "language": "fi",
    "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/11909105");
$data = json_decode($json, true);
var_dump($data);