API für SERA — Solo/Duo [EU] — Vanilla Core QoL | No BP Wipe

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10652848
json
{
  "response": {
    "fps": 16,
    "fps_avg": 14,
    "entities_count": 40150,
    "world_seed": 766647090,
    "world_size": 2800,
    "steam_id": "90285731420901398",
    "domain": null,
    "id": 10652848,
    "ip": "95.216.241.221",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Helsinki",
    "description": "![SERA — Solo/Duo [EU] — Vanilla Core QoL | No BP Wipe](https://files.catbox.moe/t2bqbm.png)\nWelcome to SERA\r\n\r\nA more dynamic, living island awaits you\r\nSubtle changes — meaningful impact\r\n\r\n• Solo / Duo\r\n• Vanilla core with subtle QoL tweaks\r\n• Weekly Map-Wipe\r\n• 25% less Upkeep\r\n• No BP wipe\r\n• selected admins\r\n• obviously no pay to win\r\n• Stable performance\r\n• keep the chat in English\r\n\r\nRules:\r\n• No cross-teams\r\n• Zero tolerance for cheaters\r\n• recent bans = no access.\r\n\r\nWipe schedule:\r\nMonthly Forcewipe: First Thursday - 20:00 CET\r\nRegular Wipe: Friday - 17:00 CET\r\nNext Wipe: 09.01.2026 - 17:00 CET\r\n\r\nCommunity:\r\ndiscord.gg/joinsera\r\nskin giveaways via Discord\r\n\r\nActive development - expect frequent improvements\r\n\r\n- So let’s keep it simple -\r\nIf you're looking for something better\r\nhop on SERA\r\n\r\n~Vogel\r\nsince 17.11.2025",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778548380,
    "score": 0,
    "last_online": 1778771424,
    "icon": null,
    "name": "SERA — Solo/Duo [EU] — Vanilla Core QoL | No BP Wipe",
    "connect": "95.216.241.221:28015",
    "request": "95.216.241.221:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1763724363,
    "last_update": 1778771424,
    "banned": false,
    "wipe": 1778281644,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3818,
    "language": "fi",
    "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/10652848");
$data = json_decode($json, true);
var_dump($data);