API pentru ⦿【ICEFUSE】20X Phoenix (NoBP|PVP|Shop|MyMini|5X WIPED)

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/5951264
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 88257,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90284708912869393",
    "domain": null,
    "id": 5951264,
    "ip": "216.39.240.113",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "Ashburn",
    "description": "![⦿【ICEFUSE】20X Phoenix (NoBP|PVP|Shop|MyMini|5X WIPED)](https://cdn.icefuse.com/rust/banners/phoenix.jpg)\n▼SERVER FEATURES▼\r\n ★ Advanced Loot With Removed Junk, Enhanced Stack Sizes!\r\n ★ Free Bgrade, Autodoors, Skinbox, MyMini, and Remove for everyone!\r\n ★ Clans, Teams, Kits, Homes, Teleporting, Bandit, Outpost\r\n ★ Instant Crafting AND Quick Smelting Speeds!\r\n ★ Player Shops AND Discord - Steam Linking!\r\n ★ Hand Selected Maps: All Major Monuments, Always!\r\n \r\n▼SERVER RAIDING RULES▼\r\n ✓ You are allowed 8 members to roam/raid/base with!\r\n \r\n▼SERVER WIPE TIMES▼\r\n ★ Monday at 3:00 PM EST\r\n ★ Thursday at 3:00 PM EST",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": 0,
    "last_online": 1776837019,
    "icon": null,
    "name": "⦿【ICEFUSE】20X Phoenix (NoBP|PVP|Shop|MyMini|5X WIPED)",
    "connect": "216.39.240.113:28010",
    "request": "216.39.240.113:28015",
    "map": "Wiped 34 hours ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1726360727,
    "last_update": 1776837019,
    "banned": false,
    "wipe": 1776711798,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1686,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/5951264");
$data = json_decode($json, true);
var_dump($data);