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

text
https://api.gamemonitoring.ru/servers/11435307
json
{
  "response": {
    "fps": 45,
    "fps_avg": 42,
    "entities_count": 122831,
    "world_seed": 2139119208,
    "world_size": 4250,
    "steam_id": "90284722830016516",
    "domain": null,
    "id": 11435307,
    "ip": "212.16.94.216",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Istanbul",
    "description": "![[TR/EU] Nova Ronin Sensei PvE 2-10x AI System](https://image.myrustserver.com/logo/ashkindzhan92_698785a19e1c0.png)\nNova Ronin Sensei PvE’ye hoş geldin.\r\n\r\nOnurun, dengenin ve gelişimin ön planda olduğu özel bir PvE deneyimi.\r\nOffline raid yok, toksik PvP yok.\r\n\r\nHayatta kalma, inşa, keşif ve uzun vadeli gelişime odaklanan dengeli bir ortam.\r\n\r\nÖzel sistemler, QoL eklentileri, etkinlikler ve adil bir ekonomi.\r\n\r\nRonin yoluna katıl. Onurla hayatta kal.\r\n\r\nWelcome to Nova Ronin Sensei PvE — a refined PvE experience where honor, balance, and progression come first.\r\n\r\nNo offline raids. No toxic PvP.\r\nFocus on survival, building, exploration, and long-term progression in a carefully balanced environment.\r\n\r\nCustom systems, quality-of-life plugins, events, and a fair economy designed for both casual and dedicated players.\r\n\r\nJoin the path of the Ronin. Survive with honor.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776816799,
    "score": 0,
    "last_online": 1776825620,
    "icon": null,
    "name": "[TR/EU] Nova Ronin Sensei PvE 2-10x AI System",
    "connect": "212.16.94.216:28015",
    "request": "212.16.94.216:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774977185,
    "last_update": 1776825620,
    "banned": false,
    "wipe": 1776536075,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5222,
    "language": "tr",
    "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/11435307");
$data = json_decode($json, true);
var_dump($data);