API pentru [SEA/IND] ButterChicken 2x | Max 8 | Skinbox | Wipe 21/04

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11159535
json
{
  "response": {
    "steam_id": 90284791095029760,
    "domain": null,
    "id": 11159535,
    "ip": "103.174.102.92",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "Nashik",
    "description": "![[SEA/IND] ButterChicken 2x | Max 8 | Skinbox | Wipe 21/04](https://butterchicken2x.hopto.org/server_banner.png)\n== Wipe Schedule ==\n* Map Wipe  --  Every Tue & Fri @ 6:00 PM IST\n* BP Wipe   --  Every 1st Thu of month @ 11:30 PM IST\n* Next Wipe: 24/04/2026 @ 6:00 PM IST [MAP]\n\n== Server Info ==\n- 2x gather rates | 1.5x sulfur (no modded loot)\n- 2x stack sizes\n- Faster crafting & smelting | 2x recycler speed\n- Blueprint sharing within teams\n- Turret limit: 16 per team | Auto-authorization enabled\n- Extended Workbench range for Discord-verified players\n- Combined Outpost (Bandit + Outpost merged)\n\n== VIP Perks ==\n- Nitro Booster: Exclusive skins + Nitro tag\n- VIP: Exclusive skins + VIP tag\n- VIP+: Skins + VIP tag + Detailed player stats\n- butterchicken2x.hopto.org/vip\n\n== Rules ==\n- Max team size: 8\n- Custom anti-cheat | Active moderation\n\n== Community ==\n- Discord: discord.gg/egaMhtPK3G",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776856398,
    "score": 0,
    "last_online": 1776853310,
    "icon": null,
    "name": "[SEA/IND] ButterChicken 2x | Max 8 | Skinbox | Wipe 21/04",
    "connect": "103.174.102.92:28025",
    "request": "103.174.102.92:28026",
    "map": "Procedural Map",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 58,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "IN",
    "status": false,
    "votes": 0,
    "points": 28,
    "add_date": 1772228133,
    "last_update": 1776856398,
    "banned": false,
    "wipe": 1776773937,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 7643,
    "language": "hi",
    "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/11159535");
$data = json_decode($json, true);
var_dump($data);