Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11501822
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 208740,
    "world_seed": 1337,
    "world_size": 4250,
    "steam_id": "90285975807307777",
    "domain": null,
    "id": 11501822,
    "ip": "194.69.160.151",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "City of London",
    "description": "![EU Helix 2x Monthly Main | No BP wipes | Noob Friendly | x2](https://px2.live/clean/2025/HelixServerBanner2025.png)\nHelix Rust - Perfectly Modded Rust Servers\r\nWipe: Monthly Map Wipes on Force Wipe (No BP Wipes)\r\nFeatures:\r\n  » 2x Gather Rate\r\n  » 2x Crafting, Recycler, and Smelting Speeds\r\n  » Extended Workbench\r\n  » Free Skinbox & Base Skin (/skinbox & /bskin)\r\n  » Minicopters Spawn on Roads\r\n  » Perfectly Balanced Loot\r\n  » Drone Marketplaces at Fishing Villages & Ranches\r\n  » Active Admin Team\r\n  » Max Team UI of 12\r\n\r\nJoin our growing community:\r\nDiscord: discord.gg/helixrust\r\nStore: helixrust.gg\r\n\r\nWe employ the latest high performance plugins, most advanced hardware, and fastest networks available to deliver the ultimate rust experience to our players.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779207181,
    "last_online": 1779259816,
    "icon": null,
    "name": "EU Helix 2x Monthly Main | No BP wipes | Noob Friendly | x2",
    "connect": "194.69.160.151:28015",
    "request": "194.69.160.151:28017",
    "map": "Helix Better FPS Map | x2",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 10,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1779207181,
    "last_update": 1779259816,
    "banned": false,
    "wipe": 1778176360,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1093,
    "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/11501822");
$data = json_decode($json, true);
var_dump($data);