API pentru [GUA] UKRAINE | MONDAYS | X2 | MAP WIPE 20.04

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/10310172
json
{
  "response": {
    "fps": 21,
    "fps_avg": 22,
    "entities_count": 208010,
    "world_seed": 1189906285,
    "world_size": 4100,
    "steam_id": "90284721993125898",
    "domain": null,
    "id": 10310172,
    "ip": "51.38.147.198",
    "port": 28315,
    "query": 28317,
    "color": 0,
    "city": "Wroclaw",
    "description": "![[GUA] UKRAINE | MONDAYS | X2 | MAP WIPE 20.04](https://7z8pi75.gua.pub/site/poster.png)\n[GUA] MONDAYS X2\r\n --------------------[UK]--------------------\r\n Вайп мапи був 20.04.2026 в 17:00\r\n Наступний глобал вайп буде 27.04.2026 в 17:00\r\n\r\n Характеристики:\r\n - напів-класичний сервер\r\n - команда збільшена до 16 гравців\r\n - х2 добування\r\n - х1.5 компоненти\r\n - Прискорені переобники/плавлення/крафт\r\n - меню сервера: /info\r\n --------------------[EN]--------------------\r\n Wipe maps was 20.04.2026 - 17:00\r\n Following global wipe will be 27.04.2026 - 17:00\r\n\r\n Features:\r\n - semi-classical server\r\n - team increased to 16 players\r\n - x2 extraction\r\n - x1.5 components\r\n - Accelerated processors/smelting/crafting\r\n - server menu: /info\r\n -------------------------------------------\r\n SITE - gua.pub\r\n DISCORD - discord.gg/guarust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775617404,
    "score": 0,
    "last_online": 1776802815,
    "icon": null,
    "name": "[GUA] UKRAINE | MONDAYS | X2 | MAP WIPE 20.04",
    "connect": "51.38.147.198:28315",
    "request": "51.38.147.198:28317",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 230,
    "maxplayers": 280,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 104,
    "add_date": 1758288339,
    "last_update": 1776802815,
    "banned": false,
    "wipe": 1776693610,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 120,
    "language": "pl",
    "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/10310172");
$data = json_decode($json, true);
var_dump($data);