[EU] IronClad Vanilla+ 2x Solo/Duo/Trio - NO P2W - BRAND NEW | için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10116811
json
{
  "response": {
    "fps": 110,
    "fps_avg": 101,
    "entities_count": 66347,
    "world_seed": 36997,
    "world_size": 3500,
    "steam_id": "90285442674220032",
    "domain": null,
    "id": 10116811,
    "ip": "37.27.108.215",
    "port": 7084,
    "query": 7085,
    "color": 0,
    "city": "Helsinki",
    "description": "![[EU] IronClad Vanilla+ 2x Solo/Duo/Trio - NO P2W - BRAND NEW | ](https://i.imgur.com/rVb6j0z.jpeg)\n[EU] IronClad Vanilla+ 2x Solo/Duo/Trio – BRAND NEW Welcome to IronClad, a fresh Vanilla+ experience built for fair fights, survival, and progression. No pay-to-win, no nonsense – just pure Rust with a smooth balance. Server Features: 2x Gather Rates – Wood, stone, ores, and more Solo/Duo/Trio Only – Balanced gameplay, no zergs Vanilla+ Quality of Life – Faster crafting, active map wipes No Pay-to-Win – 100% fair gameplay, skill > wallet Balanced Loot – Custom loot tables for better progression Active Admins – Zero tolerance for cheaters & toxicity Optimized Performance – Low ping & stable gameplay Freshly Launched – Be among the first to claim land Wipe Schedule: Map Wipe: Bi-weekly BP Wipe: Monthly Community: Join our Discord, team up, and be part of a friendly, competitive Rust community. IronClad – Where survival is earned, not bought.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778421783,
    "score": 0,
    "last_online": 1778650218,
    "icon": null,
    "name": "[EU] IronClad Vanilla+ 2x Solo/Duo/Trio - NO P2W - BRAND NEW |",
    "connect": "37.27.108.215:7084",
    "request": "37.27.108.215:7085",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1755725439,
    "last_update": 1778650218,
    "banned": false,
    "wipe": 1775899098,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3261,
    "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/10116811");
$data = json_decode($json, true);
var_dump($data);