Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11677299
json
{
  "response": {
    "fps": 42,
    "fps_avg": 42,
    "entities_count": 103979,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90286603693945872",
    "domain": null,
    "id": 11677299,
    "ip": "83.151.204.153",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Reading",
    "description": "![CrypticRedHats Public Branch Development Server](https://crypticredhat.com/sharedassets/NexCoreHeader.png)\nThis server runs the latest public Rust branch and is dedicated to developing and testing systems under the NexCore brand — including PatchPost, AntiCheat, OfflineRaidLimiter, and more. Expect frequent updates, experimental features, and ongoing development.\r\n\r\n⚠️ Whitelist Only\r\nAccess is restricted. To request access, please contact us via Discord: discord.crypticredhat.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780531461,
    "last_online": 1780603232,
    "icon": null,
    "name": "CrypticRedHats Public Branch Development Server",
    "connect": "83.151.204.153:28015",
    "request": "83.151.204.153:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780216201,
    "last_update": 1780603232,
    "banned": false,
    "wipe": 1780595440,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5389,
    "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/11677299");
$data = json_decode($json, true);
var_dump($data);