Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11189319
json
{
  "response": {
    "fps": 53,
    "fps_avg": 57,
    "entities_count": 159558,
    "world_seed": 482403641,
    "world_size": 4500,
    "steam_id": "90286741824817168",
    "domain": null,
    "id": 11189319,
    "ip": "135.148.136.6",
    "port": 60405,
    "query": 60407,
    "project_id": null,
    "color": 0,
    "city": "Watson",
    "description": "![[US] Golden Hour |PvE/PvP|Zombies|Friendly|Events|Biweekly](https://jevnesveen.no/wp-content/uploads/2026/03/golder-hour-server-banner-ratio.png)\nGolden Hour is a US East Vanilla+ biweekly Rust server focused on relaxed PvE survival, creative building, and optional PvP through dedicated zones and events.\r\n\r\nA place to build, relax, and enjoy Rust again.\r\n\r\nPvE-first gameplay • Friendly community • Active admins who listen to player feedback.\r\n\r\nBuild freely. Progress steadily. Fight when you want to.\r\n\r\nCore Features:\r\n- PvE map with PvP zones & events\r\n- Biweekly wipes\r\n- 48h offline raid protection\r\n- 24h Purge before wipe (full PvP)\r\n- Custom Town with shops\r\n- Friends & Clans (limit 6 per team)\r\n- zLevels progression\r\n- Zombies, Raidable Bases & Raidable Boats\r\n- Coconut Cartel PvP Event (every 3h)\r\n- Homes, Teleportation & Town\r\n- Backpacks & Banks\r\n- Server Rewards (RP) + in-game shop (/s)\r\n- Virtual Quarries\r\n- Skinbox, Recycler & Furnace Splitter\r\n- Many quality-of-life improvements & custom plugins\r\n\r\nWebsite: https://goldenhourrust.com\r\n\r\nDiscord: https://discord.gg/5SKR2pfj3D",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780902262,
    "last_online": 1780956625,
    "icon": null,
    "name": "[US] Golden Hour |PvE/PvP|Zombies|Friendly|Events|Biweekly",
    "connect": "135.148.136.6:60405",
    "request": "135.148.136.6:60407",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 21,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 70,
    "add_date": 1772699042,
    "last_update": 1780956625,
    "banned": false,
    "wipe": 1780596108,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 813,
    "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/11189319");
$data = json_decode($json, true);
var_dump($data);