Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11502713
json
{
  "response": {
    "fps": 53,
    "fps_avg": 52,
    "entities_count": 83282,
    "world_seed": 843840894,
    "world_size": 3500,
    "steam_id": "90286266784879640",
    "domain": null,
    "id": 11502713,
    "ip": "102.182.249.44",
    "port": 28015,
    "query": 27015,
    "color": 0,
    "city": "Cape Town",
    "description": "![[ZA] Instinctive 2x |PVP Zones|Scheduled Raiding|Noob Friendly](https://i.imgur.com/BxGAVTp.png)\n[ZA] Instinctive 2x | PVP Zones | Scheduled Raiding | Noob Friendly\r\n\r\nFriendly South African 2x server focused on balanced PVE with structured PVP.\r\n\r\n• 2x Gather & Loot\r\n• PVE with PVP Monument Zones\r\n• Scheduled Raiding During Purge Week\r\n• Monthly Wipe (First Thursday)\r\n• Active Admin Support\r\n• Beginner Friendly\r\n\r\nPurge Week:\r\n1 week before wipe — PVE disabled, full PvP & Raiding enabled.\r\n\r\nDiscord: https://discord.gg/7EgK7B3u2T\r\n\r\nRules:\r\n• No harassment\r\n• No cheating or glitching\r\n• No spam or promotions\r\n• Respect staff & players",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780555420,
    "last_online": 1779890423,
    "icon": null,
    "name": "[ZA] Instinctive 2x |PVP Zones|Scheduled Raiding|Noob Friendly",
    "connect": "102.182.249.44:28015",
    "request": "102.182.249.44:27015",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "ZA",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207213,
    "last_update": 1780555420,
    "banned": false,
    "wipe": 1778869027,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11611,
    "language": "en",
    "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/11502713");
$data = json_decode($json, true);
var_dump($data);