Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11501179
json
{
  "response": {
    "fps": 96,
    "fps_avg": 96,
    "entities_count": 94435,
    "world_seed": 2147483647,
    "world_size": 3850,
    "steam_id": "90286576236199955",
    "domain": null,
    "id": 11501179,
    "ip": "185.255.92.60",
    "port": 27366,
    "query": 25587,
    "color": 0,
    "city": "Istanbul",
    "description": "![SLX 5X [MAX 3] LOOT+++ | MINI | VIP | 7/24 [16.05 Wipe]](https://i.hizliresim.com/eu2bgwd.png)\n• SLX 5X SUNUCUSUNA HOS GELDINIZ! \r\n• WIPE: Her Cuma 19:00!\r\n• AUTO-PICKUP: Esyalar direkt envantere gelir!\r\n• LOOT: 5x Hiz ve COP ITEM CIKMAZ!\r\n• GRUP: Max 5 Kisi ve Ortak BP Paylasimi!\r\n• HIZ: 15x Firin hizi ve Sinirsiz Yakit!\r\n• KOMUTLAR: /mini, /trade, /tpr, /home, /kit\r\n• ADMIN: Adminler oyunda oynamaz!\r\n• DISCORD: https://discord.gg/5x7qKrQqXq",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780090963,
    "last_online": 1780560032,
    "icon": null,
    "name": "SLX 5X [MAX 3] LOOT+++ | MINI | VIP | 7/24 [16.05 Wipe]",
    "connect": "185.255.92.60:27366",
    "request": "185.255.92.60:25587",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207168,
    "last_update": 1780560032,
    "banned": false,
    "wipe": 1779479608,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4694,
    "language": "tr",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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