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

text
https://api.gamemonitoring.ru/servers/11158226
json
{
  "response": {
    "fps": 64,
    "fps_avg": 70,
    "entities_count": 112106,
    "world_seed": 2116633843,
    "world_size": 4250,
    "steam_id": "90285607386650652",
    "domain": null,
    "id": 11158226,
    "ip": "86.120.22.171",
    "port": 28015,
    "query": 28014,
    "color": 0,
    "city": "Brasov",
    "description": "![Rebelion Romania Vanilla [EU/RO]](https://i.imgur.com/n0kUTvx.jpg?1)\nBun venit pe Rebelion Romania VANILLA !\r\nWelcome to Rebelion Romania VANILLA !\r\n\r\nWipe :\r\nLunar la forcewipe !\r\nMonthlyWipe  !\r\n\r\nRestart :\r\nIn fiecare zi la ora 07:30\r\nEvery day at 07:30\r\n\r\nDistractie placuta !!!\r\nHave fun !!!\r\n\r\nVa asteptam in comunitatea noastra \r\n(apasa butonul albastru pentru invitatie)\r\nWe are waiting for you in our community\r\n(just click on the Web Page button to get an invite)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778179985,
    "score": 0,
    "last_online": 1778539817,
    "icon": null,
    "name": "Rebelion Romania Vanilla [EU/RO]",
    "connect": "86.120.22.171:28015",
    "request": "86.120.22.171:28014",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RO",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1772228106,
    "last_update": 1778539817,
    "banned": false,
    "wipe": 1778180158,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2177,
    "language": "ro",
    "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/11158226");
$data = json_decode($json, true);
var_dump($data);