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

text
https://api.gamemonitoring.ru/servers/9662657
json
{
  "response": {
    "fps": 51,
    "fps_avg": 46,
    "entities_count": 148335,
    "world_seed": 1337,
    "world_size": 4700,
    "steam_id": "90284727432543252",
    "domain": null,
    "id": 9662657,
    "ip": "5.63.21.101",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Istanbul",
    "description": "![NeonBuzlu 3x PVE  YENI BASLAYANLAR](https://www.dropbox.com/scl/fi/n0nyi6gqx1usiz8sd0ppj/Neonbuzlu3xbannerson-Kopya.png?rlkey=d8rcbnrhdvu3eyr6rof0tq5lf&st=4pl595wz&dl=1)\nYENI BASLAYANLAR ICIN\r\nPVE/ROLEPLAY SERVER\r\nRAIDABLE BASES/YAGMALANABILIR USTLER\r\nNO KILLING/OLDURME YOK\r\nSKILL TREE/YETENEK AGACI\r\n2 WEEKS WIPE/ 2 HAFTADA BIR WIPE\r\nINSTANS CRAFTING/ANINDA URETIM\r\nSET TIME AND WEATHER /ZAMAN VE HAVA DURUMUNU AYARLAMA\r\nTELEPORTS / ISINLANMA\r\nHOME LOCATION SAVE / EV KONUMUNU KAYDETME\r\nARMORED CONVOYS/ ZIHLI KONVOYLAR\r\nARMORED TRAINS/ ZIRHLI TRENLER\r\nSPUTNIK EVENT / ASTRONOT ETKINLIGI\r\nDEFENDABLE HOME/ US SAVUNMA\r\nVIP VE FREE KIT /SKINBOX/SHOP\r\nHAVE FUN / IYI EGLENCELER",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776824598,
    "score": 0,
    "last_online": 1776825618,
    "icon": null,
    "name": "NeonBuzlu 3x PVE  YENI BASLAYANLAR",
    "connect": "5.63.21.101:28015",
    "request": "5.63.21.101:28017",
    "map": "Gasoline",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 123,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TR",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1751634330,
    "last_update": 1776825618,
    "banned": false,
    "wipe": 1776338246,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1776,
    "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/9662657");
$data = json_decode($json, true);
var_dump($data);