Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11260237
json
{
  "response": {
    "fps": 102,
    "fps_avg": 98,
    "entities_count": 206858,
    "world_seed": 338394107,
    "world_size": 3500,
    "steam_id": "90286585545147404",
    "domain": null,
    "id": 11260237,
    "ip": "203.16.163.248",
    "port": 29491,
    "query": 29492,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![[PL] Polska Dolina | PVE + PVP | EXP | x3 → x6 | NPC RAID | S](https://image2url.com/r2/default/images/1774817494348-5c3b6829-cb9d-4ed3-924c-42766e6f6c98.blob)\nMAP WIPE: 21.05.2026 (20:00)\r\nFORCE WIPE: 04.06.2025 (20:00)\r\nDiscord: https://polskadolina.pl/discord\r\nPOLSKA DOLINA | PVP + PVE | EXP | x3 → x6 | NPC RAID | STACK x5\r\n.\r\n• System EXP – rozwijaj postać i zwiększ mnożnik z x3 do x6\r\n• Stacki x5\r\n• Bazy NPC do raidowania\r\n• Monumenty = strefy PVP\r\n• Reszta mapy = PVE\r\n• Nocny bonus do zdobywanych surowców\r\n• Wkrótce konwoje NPC do przechwytywania, Serwer rozwijany przez aktywną administrację. Discord społeczności dostępny w informacji serwera.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779975825,
    "last_online": 1780571432,
    "icon": null,
    "name": "[PL] Polska Dolina | PVE + PVP | EXP | x3 → x6 | NPC RAID | S",
    "connect": "203.16.163.248:29491",
    "request": "203.16.163.248:29492",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555189,
    "last_update": 1780571432,
    "banned": false,
    "wipe": 1779386289,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4328,
    "language": "de",
    "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/11260237");
$data = json_decode($json, true);
var_dump($data);