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

text
https://api.gamemonitoring.ru/servers/11511605
json
{
  "response": {
    "fps": 164,
    "fps_avg": 160,
    "entities_count": 145070,
    "world_seed": 914692808,
    "world_size": 4250,
    "steam_id": "90286570572506138",
    "domain": null,
    "id": 11511605,
    "ip": "125.251.68.177",
    "port": 28015,
    "query": 28014,
    "color": 0,
    "city": "Suwon",
    "description": "![Korea Seoul-Main Ι 6/1 Ι KR/JP/SEA Ι JUST WIPE](https://i.imgur.com/25FDjLO.png)\n전체초기화 : 매주 월, 금요일 오후 4시 30분\r\n맵사이즈 : 4250\r\n팀최대인원 : 8인 [연합금지]\r\n좌측 하단에 외부 웹사이트를 클릭하여 디스코드에 참가해주세요!\r\n\r\n\\wipe: Weekly on Mondays & Fridays @4:30PM KST (UTC+9)\r\nMap size: 4250\r\nTeam limit: 8 - Alliances are not allowed\r\nPlease join DISCORD\r\nTop-tier hardware & software\r\nFast connection\r\nHigh FPS experience",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780298651,
    "last_online": 1780560026,
    "icon": null,
    "name": "Korea Seoul-Main Ι 6/1 Ι KR/JP/SEA Ι JUST WIPE",
    "connect": "125.251.68.177:28015",
    "request": "125.251.68.177:28014",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 9,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "KR",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1779353856,
    "last_update": 1780560026,
    "banned": false,
    "wipe": 1780298598,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 650,
    "language": "ko",
    "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/11511605");
$data = json_decode($json, true);
var_dump($data);