710 GAMING | 3x TRIO | EU | Bi-Weekly| Kits | TP|No BP Wipe için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11260757
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 81031,
    "world_seed": 2038736235,
    "world_size": 3750,
    "steam_id": "90285629386366983",
    "domain": null,
    "id": 11260757,
    "ip": "65.109.53.166",
    "port": 27015,
    "query": 27017,
    "color": 0,
    "city": "Helsinki",
    "description": "![710 GAMING | 3x TRIO | EU | Bi-Weekly| Kits | TP|No BP Wipe](https://i.imgur.com/iOhuIJd.png)\nWelcome to 710 GAMING – The Ultimate Trio Experience.\r\n\r\nTired of the grind? So are we. We’ve stripped away the chores so you can focus on the core: Raiding, Roaming, and Dominating.\r\n\r\n⚡ THE SPEED: 3x Gather | 2x Craft (T1/T2) | Fast Smelt | 3x Durability\r\n📦 THE STORAGE: 5x Stacks (Res/Ammo/Heals) | Overflow to Backpack\r\n🛠️ THE TECH: Extended Workbench | Recyclers at Monuments | All T1 BPs Unlocked\r\n🎁 THE PERKS: FREE Skinbox | Sign Artist | Kits | TP/Home | BGrade\r\n🌍 THE VIBE: Long Days & Short Nights | Lockable Barrels | Shared BPs\r\n💾 THE PROGRESS: No BP Wipes. EVER.\r\n\r\n📅 WIPES: 1st and 3rd Thursday of every month.\r\nMax Team Size: 3. Join the Discord to claim your FREE kit!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778178186,
    "score": 0,
    "last_online": 1778594421,
    "icon": null,
    "name": "710 GAMING | 3x TRIO | EU | Bi-Weekly| Kits | TP|No BP Wipe",
    "connect": "65.109.53.166:27015",
    "request": "65.109.53.166:27017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 69,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555204,
    "last_update": 1778594421,
    "banned": false,
    "wipe": 1778178259,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4509,
    "language": "fi",
    "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/11260757");
$data = json_decode($json, true);
var_dump($data);