[EU] WOLFGANG x100 Ressources | Kits | Shop | TP] için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11260350
json
{
  "response": {
    "fps": 201,
    "fps_avg": 187,
    "entities_count": 94864,
    "world_seed": 12345,
    "world_size": 4000,
    "steam_id": "90285545373977605",
    "domain": null,
    "id": 11260350,
    "ip": "202.36.95.159",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "WOLFGANG X100 delivers fast progression without breaking Rust’s core survival economy and competitive balance Farm hard Progress smart Dominate fairly\r\nx100 Balanced Resources\r\nProgressive Rank System (Not Wiped)\r\nWorkbench & Blueprint Progression Enabled\r\nCustom Loot & Controlled Jackpot Drops\r\nActive RP Economy (No AFK / No Pay-to-Win)\r\nFair PvP / Raid Balance\r\nSpawnable Personal Helis\r\nSecure Teleportation System\r\nLong-Term Balanced Gameplay",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778237541,
    "score": 0,
    "last_online": 1778351419,
    "icon": null,
    "name": "[EU] WOLFGANG x100 Ressources | Kits | Shop | TP]",
    "connect": "202.36.95.159:28015",
    "request": "202.36.95.159:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 4,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1774555191,
    "last_update": 1778351419,
    "banned": false,
    "wipe": 1778237557,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1798,
    "language": "de",
    "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/11260350");
$data = json_decode($json, true);
var_dump($data);