Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11511390
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 631,
    "world_seed": 12345,
    "world_size": 5000,
    "steam_id": "90286099844582423",
    "domain": null,
    "id": 11511390,
    "ip": "148.113.49.86",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Mumbai",
    "description": "![[SEA] OwlReapers Arena | PvP Deathmatch AimTrain.](https://owlreapers.hopto.org/server_banner.png)\nWelcome to OwlReapers Arena – SEA/IND Competitive PvP Deathmatch & AimTrain Server.\r\n\r\n• 64 Tick High-Performance Server\r\n• Hosted in Mumbai (Low Ping for India & SEA)\r\n• Instant Respawn\r\n• Live Scoreboards & Player Statistics\r\n\r\nMODES:\r\n• FFA (All Weapons)\r\n• 2v2 / 3v3 / 6v6 Scrims\r\n• Primitive (Bow) Deathmatch\r\n• Pistol Only Deathmatch\r\n• Advanced Shooting Ranges (including Anti-Roofcamper Practice)\r\n\r\nOur FFA arenas are low-entity, high-performance combat environments built specifically for extreme gunplay.\r\nPlayers report up to 30% higher FPS compared to standard servers.\r\n\r\nDesigned for serious PvP players who want smooth hit registration, optimized arenas, and competitive practice before wipe.\r\n\r\nJoin the Indian competitive Rust scene.\r\nDiscord: https://discord.gg/egaMhtPK3G",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780189986,
    "last_online": 1779523824,
    "icon": null,
    "name": "[SEA] OwlReapers Arena | PvP Deathmatch AimTrain.",
    "connect": "148.113.49.86:28015",
    "request": "148.113.49.86:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "IN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779353845,
    "last_update": 1780189986,
    "banned": false,
    "wipe": 1778255892,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11448,
    "language": "hi",
    "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/11511390");
$data = json_decode($json, true);
var_dump($data);