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

text
https://api.gamemonitoring.ru/servers/4077245
json
{
  "response": {
    "fps": 15,
    "fps_avg": 15,
    "entities_count": 157485,
    "world_seed": 1,
    "world_size": 3700,
    "steam_id": "90284722887690267",
    "domain": null,
    "id": 4077245,
    "ip": "91.124.63.86",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Istanbul",
    "description": "![[TR/EU] Atak 10X Pve|Zombie|Raidbase|Skill|Epic|Events|Boss](https://resmim.net/cdn/2025/10/26/jhc1IC.png)\nATAK GAME RUST SERVERLARI - discord.gg/atakgame\r\nwww.atakrust.com\r\nAtak10x PVE\r\nPVE/Zombie/Raidablebase/Events/Roleplay/Skill/BattlePass/Minicoptercompat/JetPack/Zipline/DefendableHomes/Skills/SpecialWeapon/Epic Loot/Boss \r\n TR deki En kapsamlı PVE serverıdır.'\r\nPremium-Sponsor-Destekçi ve Vip özellikleri için: discord.gg/atakgame \r\n\r\nSunucu Kuralları ve Özellikleri:\r\n\r\n-Eğlenceli 25 farklı Eventlere,Roleplaye ve Raidbaselere katılabilirsiniz. En iyi RP eklentilerini deneyimleyin. \r\n-Loot++ ve 10x, Takım sınırı yoktur, Oyun içi rollere bağlıdır.\r\n-Shop,özel istatislikler,cases,skills,minicoptercobat vs gibi bir çok özellik vardır. \r\n-Roleplay eklentileri, oto Raidbase eklentisi,Boss ve Zombi vardır.\r\n-Günlük rewards uygulaması vardır.Online sürenize ve yaptığınız işlere göre para kazanırsınız\r\n-Personel NPC , Personel Animal, Pogostcik ve Jetpack vardır\r\n-/kit yazarak birçok ücretsiz kit alabilirsiniz, Discorda katılıp katılım kitini alabilirsiniz.\r\n-Sponsor-Destekçi ve Vip özellikleri vardır. 14 günde bir Perşembe saat 20:00 da FullWipe, atılır. Çarşamba Arınma gecesi yapılır(pvp ve raid serbest)\r\n Vip,Destekçi ve Sponsor özellikleri için discorda başvurabilirsiniz. \r\n\r\n https://discord.gg/atakgame\r\n\r\n English Description \r\nATAK 10XPVE Server\r\nATAKGAME PVE/Zombie/Raidablebase/Events/Roleplay/Builg/BattlePass/Minicoptercompat/JetPack/Zipline/DefendableHomes/Skills/SpecialWeapon\r\nIt is the most comprehensive PVE server in TR.'\r\nFor Sponsor-Supporter and Vip features: discord .gg/atakgame \r\n\r\nServer Rules and Features:\r\n\r\n-You can participate in 25 different fun Events, Rolep",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776655999,
    "score": 0,
    "last_online": 1776825025,
    "icon": null,
    "name": "[TR/EU] Atak 10X Pve|Zombie|Raidbase|Skill|Epic|Events|Boss",
    "connect": "91.124.63.86:28015",
    "request": "91.124.63.86:28016",
    "map": "www.atakrust.com",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1714568703,
    "last_update": 1776825025,
    "banned": false,
    "wipe": 1776355970,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2608,
    "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/4077245");
$data = json_decode($json, true);
var_dump($data);