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

text
https://api.gamemonitoring.ru/servers/11864692
json
{
  "response": {
    "fps": 28,
    "fps_avg": 26,
    "entities_count": 79363,
    "world_seed": 1337,
    "world_size": 3750,
    "steam_id": "90288625965413378",
    "domain": null,
    "id": 11864692,
    "ip": "45.11.16.75",
    "port": 26050,
    "query": 26021,
    "project_id": 59,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![gm.link/u203311 [EU] EXILE - FULL VANILLA | FORCE WIPE | FRANKF](https://i.postimg.cc/nL8zjCx6/fran.jpg)\nWelcome to EXILE!\r\n\r\n- No cheating or exploiting.\r\n- No spamming, racism, slurs, or discrimination.\r\n\r\nДобро пожаловать на EXILE!\r\n\r\n- Запрещены читы и использование багов.\r\n- Запрещены спам, расизм, оскорбления и дискриминация.\r\n\r\nBiweekly Map Wipe @ Force Wipe\r\nBlueprint Wipe @ Force Wipe\r\n\r\n https://discord.gg/WYFE24sJw6",
    "game": 252490,
    "owner": 203311,
    "boosts": 1,
    "last_offline": 1783479798,
    "last_online": 1784835080,
    "icon": null,
    "name": "EXILE - Noob Friendly | Low Pop | WIPE 09.07 09/07",
    "connect": "45.11.16.75:26050",
    "request": "45.11.16.75:26021",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2631",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 120,
    "add_date": 1782662447,
    "last_update": 1784835080,
    "ban_reason": null,
    "banned": false,
    "wipe": 1783609529,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 88,
    "language": "de",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "exile",
      "avatar": "e90b3f81-b800-4866-b7e7-c13f4eb4779e.webp"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11864692");
$data = json_decode($json, true);
var_dump($data);