⦿【ICEFUSE】EU 2X Trinity | Monthly | Vanilla+ | No BP Wipe için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/7174234
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 78050,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90284721717690397",
    "domain": null,
    "id": 7174234,
    "ip": "64.40.9.97",
    "port": 28012,
    "query": 28017,
    "color": 0,
    "city": "London",
    "description": "![⦿【ICEFUSE】EU 2X Trinity | Monthly | Vanilla+ | No BP Wipe](https://cdn.nexorametrics.com/RUST_UI_IMAGES/Banners/2xtrinity.png)\n▼SERVER FEATURES▼\r\n- 2X Gather Rates, 2X Loot (Junk Removed) AND 2X Smelting Speeds!\r\n- No Pay-to-Win Features\r\n- Extended Workbench Range And Team Blueprint Sharing System!\r\n- No Suicide Cooldown And Minicopters Spawn On Roads\r\n- Merged Outpost And Bandit Camp For Better Performance.\r\n \r\n▼SERVER RAIDING RULES▼\r\n ✓ You are allowed Unlimited members to base with!\r\n ✓ You are allowed Unlimited members when raiding-roaming!\r\n \r\n▼SERVER WIPE TIMES▼\r\n ★ Force Wipe Only",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775690524,
    "score": 0,
    "last_online": 1776832819,
    "icon": null,
    "name": "⦿【ICEFUSE】EU 2X Trinity | Monthly | Vanilla+ | No BP Wipe",
    "connect": "64.40.9.97:28012",
    "request": "64.40.9.97:28017",
    "map": "Wiped 19 days ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1736279652,
    "last_update": 1776832819,
    "banned": false,
    "wipe": 1775152826,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2895,
    "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/7174234");
$data = json_decode($json, true);
var_dump($data);