API für [GUA] CLASSIK | LONG | VANILLA | FULL WIPE 07.05

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11260549
json
{
  "response": {
    "fps": 230,
    "fps_avg": 229,
    "entities_count": 108242,
    "world_seed": 1001086971,
    "world_size": 4200,
    "steam_id": "90285645428456477",
    "domain": null,
    "id": 11260549,
    "ip": "51.38.142.180",
    "port": 28315,
    "query": 28317,
    "color": 0,
    "city": "Wroclaw",
    "description": "![[GUA] CLASSIK | LONG | VANILLA | FULL WIPE 07.05](https://7z8pi75.gua.pub/site/poster.png)\n[GUA] LONG | VANILLA\r\n --------------------[UK]--------------------\r\n Глобал вайп був 07.05.2026 в 21:00\r\n Наступний глобал вайп буде 04.06.2026 в 21:00\r\n --------------------[EN]--------------------\r\n Global wipe was 07.05.2026 - 21:00\r\n Following global wipe will be 04.06.2026 - 21:00\r\n -------------------------------------------\r\n SITE - gua.pub\r\n DISCORD - discord.gg/guarust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778554980,
    "score": 0,
    "last_online": 1778596817,
    "icon": null,
    "name": "[GUA] CLASSIK | LONG | VANILLA | FULL WIPE 07.05",
    "connect": "51.38.142.180:28315",
    "request": "51.38.142.180:28317",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 8,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 67,
    "add_date": 1774555195,
    "last_update": 1778596817,
    "banned": false,
    "wipe": 1778236445,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 934,
    "language": "pl",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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